[Twisted-Python] dbcred and MySQL Incompatibility

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

On Tue, 22 Oct 2002 10:03:04 -0500, "Joshua Ritter" <ritterjoshua@msn.com> wrote:
Can you perhaps write a patch which separates the statements or implements StatementBatch so that it's MySQL friendly? Thanks. -- | <`'> | Glyph Lefkowitz: Travelling Sorcerer | | < _/ > | Lead Developer, the Twisted project | | < ___/ > | http://www.twistedmatrix.com |

On Tue, 22 Oct 2002 10:03:04 -0500, "Joshua Ritter" <ritterjoshua@msn.com> wrote:
Can you perhaps write a patch which separates the statements or implements StatementBatch so that it's MySQL friendly? Thanks. -- | <`'> | Glyph Lefkowitz: Travelling Sorcerer | | < _/ > | Lead Developer, the Twisted project | | < ___/ > | http://www.twistedmatrix.com |
participants (2)
-
Glyph Lefkowitz
-
Joshua Ritter