summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorIhar Hrachyshka <ihrachys@redhat.com>2014-08-02 23:49:46 +0200
committerIhar Hrachyshka <ihrachys@redhat.com>2014-08-23 21:34:13 +0200
commit93ae21007d0100332a5751fc58f7616ced775ef9 (patch)
tree599e0cb8bbe02222541f1151d8fbf9bd76e9a1a7 /TODO
parentbe1dd6730a4ba621b4fb9db1b2717fb36960469f (diff)
downloadsqalchemy-migrate-93ae21007d0100332a5751fc58f7616ced775ef9.tar.gz
SqlScript: execute multiple statements one by one0.9.2
Some drivers [f.e. MySQL Connector] do not like multiple statements being passed to .execute(). They require either passing multi=True parameter to .execute() that is not DB-API 2.0 defined, or executing those statements one by one. For that patch, I've chosen the second option to stay away from driver specific hacks. Also removed SQLite hack that seems to be related to the same multiple statements issue. blueprint enable-mysql-connector Change-Id: Ic6d53ed1fef8aee9471f3540f06b39cd5ee4ef82
Diffstat (limited to 'TODO')
0 files changed, 0 insertions, 0 deletions