Daniel Bowett wrote:
I seem to have found a bug/limitation of executemany in MySQLdb.
I am inserting 3100 records into a database. It works fine and adds them
in about 1 second.
I went back to the program today and realised i'd missed a field so
added it to the insert statement. This seems to br
I seem to have found a bug/limitation of executemany in MySQLdb.
I am inserting 3100 records into a database. It works fine and adds them
in about 1 second.
I went back to the program today and realised i'd missed a field so
added it to the insert statement. This seems to break it if I try to ad