sqlalchemy-migrate/migrate
Qin Zhao e57ee4c3a4 Fix ibmdb2 index name handling
The ibmdb2 code calls _index_identifier() when it handles index name. This
method only exists from sqlalchemy 0.6.5 to 0.7.*. Nova code change
https://review.openstack.org/#/c/153123/ attempts to drop a db constraint and
it fails to sync nova db with sqlalchemy 0.9.8 running against db2. Need to let
ibmdb2 code identify sqlalchemy version and call the correct method to handle
index name.

Closes-Bug: 1428477

Change-Id: Ie6333f9cea0209c1ea290356873a1a1bcf409bed
2015-03-16 15:21:03 +00:00
..
changeset Fix ibmdb2 index name handling 2015-03-16 15:21:03 +00:00
tests Merge "Don't run the test if _setup() fails" 2015-02-24 23:07:21 +00:00
versioning Merge "script: strip comments in SQL statements" 2015-02-24 23:05:33 +00: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