[Zope] ZMySQLDA problems after upgrade

Ron Bickers rbickers@logicetc.com
Fri, 26 Jan 2001 13:31:00 -0500


Yeah... I just realized that's what broke my 'select LAST_INSERT_ID() as
newid' query where a LIMIT clause causes a MySQL error.  I had max_rows set
to 0 and all of a sudden I was getting Zope errors.

This worked in earlier DAs.

Thanks for the upcoming fix, Andy.
_______________________

Ron Bickers
Logic Etc, Inc.
rbickers@logicetc.com

> -----Original Message-----
> From: Randall F. Kern [mailto:randy@spoke.net]
> Sent: Friday, January 26, 2001 1:22 PM
> To: Ron Bickers; Andy Dustman
> Cc: zope@zope.org
> Subject: RE: [Zope] ZMySQLDA problems after upgrade
>
>
> You will get 0 rows if you use max_rows=0.
>
> -Randy