I have a case where I am loading a mysql database with insert from table
object.

When I insert a single row at a time everything works without warnings.

If I insert 100 rows at a time I get warnings from mysql cursor object
but it does not give me any hints as to what happen. I have verified
that all the row have the same keys.

The data is array of dict. the dict has the list of columns as keys that
value as the data for the row. There are None in place for values
to keep the number of keys align.

Has this been seen before?
I will start looking at the sql commands that is being sent to dbiapi.
The sql that is displayed with echo=True on engine is not what is sent
to the dbiapi. I hope look at the sql sent to dbiapi will help.

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to