DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32175>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32175

Exception thrown by clearBindings in MySql 4.1 if updated bindings are present





------- Additional Comments From [EMAIL PROTECTED]  2004-11-11 06:30 -------
The easiest way to fix this problem is to copy the clearBindings method from
MySQLRDBMSAdapter to MySQL41RDBMSAdapter, but the 4.1 adapter is already
duplicating a lot of logic simply to replace the table name in the delete
statements with aliases.  The proposed patch is a refactor of
StandardRDBMSAdapter and MySQLRDBMSAdapter that creates a callback method to
create the standard delete statements. MySQL41RDBMSAdapter simply overrides this
method to delete the alias rather than the table.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to