26 Jan
2001
26 Jan
'01
6:31 p.m.
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