diff options
author | Ihar Hrachyshka <ihrachys@redhat.com> | 2014-08-02 23:49:46 +0200 |
---|---|---|
committer | Ihar Hrachyshka <ihrachys@redhat.com> | 2014-08-23 21:34:13 +0200 |
commit | 93ae21007d0100332a5751fc58f7616ced775ef9 (patch) | |
tree | 599e0cb8bbe02222541f1151d8fbf9bd76e9a1a7 /doc | |
parent | be1dd6730a4ba621b4fb9db1b2717fb36960469f (diff) | |
download | sqalchemy-migrate-0.9.2.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 'doc')
0 files changed, 0 insertions, 0 deletions