[Twisted-Python] dbcred and MySQL Incompatibility
Joshua Ritter
ritterjoshua at msn.com
Tue Oct 22 09:03:04 MDT 2002
MySQL requires that a single SQL statement be sent to query ...
transactional or not... http://www.mysql.com/doc/en/mysql_query.html
dbcred is incompatible with MySQL due to it's batching of ; delimited SQL
statements. There is also such functionality in
enterprise.row.StatementBatch
createSchema() ; createIdentity() ; and removeIdentity() fail under MySQL
currently... once the SQL statements are seperated; I have verified them
working.
-J
More information about the Twisted-Python
mailing list