sqlalchemy-migrate/migrate
Ihar Hrachyshka 93ae21007d SqlScript: execute multiple statements one by one
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
2014-08-23 21:34:13 +02:00
..
changeset Merge "Fix 3 files with Windows line endings to Unix line endings." 2014-07-22 21:48:39 +00:00
tests SqlScript: execute multiple statements one by one 2014-08-23 21:34:13 +02:00
versioning SqlScript: execute multiple statements one by one 2014-08-23 21:34:13 +02:00
__init__.py Un-break the version in migrate/__init__.py 2013-11-15 13:04:56 -05:00
exceptions.py move all exception classes to migrate.exceptions 2010-09-07 02:25:29 +02:00