Strange MySQL Problem

Christian Heimes lists at cheimes.de
Thu May 20 13:21:18 EDT 2010


MRAB wrote:
> I think you need to 'commit' any changes to do to the database.

Yeah, you are right.
Also some RDBMS don't support DDL and DML statements inside one 
transaction. You may need to commit and begin after the create table DDL.

Christian




More information about the Python-list mailing list