summaryrefslogtreecommitdiff
path: root/migrate/tests/changeset
Commit message (Expand)AuthorAgeFilesLines
* Fix dropping of indexed columns in sqlite/sa08Roman Podolyaka2013-10-181-1/+34
* Run tests on PostgreSQL and MySQL tooRoman Podolyaka2013-10-121-3/+16
* Fix exceptions for SQLAlchemy 0.8Pádraig Brady2013-07-111-2/+2
* Updated to OpenStack Build stuff.Monty Taylor2013-07-112-34/+34
* drop SQLAlchemy < 0.6 compatibility codeJan Dittberner2011-10-282-23/+12
* fix issue 128: "table rename failure with sqlalchemy 0.7.x"markbmc@gmail.com2011-10-281-1/+9
* fix column.create() properlyJan Dittberner2011-05-271-2/+0
* fix unit test for adding new columns with foreign keysJan Dittberner2011-05-261-1/+8
* SQLAlchemy 0.7's column.foreign_keys is a set and has no _list (addresses #112)Jan Dittberner2011-05-251-8/+32
* fix one more test (addresses #112)Jan Dittberner2011-05-251-1/+4
* Bring back alter_metadata on ColumnDelta: it seems intertwined with a lot of ...Chris Withers2011-02-111-15/+18
* remove the alter_metadata featureChris Withers2011-02-101-52/+16
* firebird can only drop named foreign keysChris Withers2011-02-101-1/+2
* These drop indexes appear to only be for firebird.Chris Withers2011-02-101-2/+0
* Fix issue 94 - it was impossible to add a column with a non-unique index.chrisw2010-09-091-7/+29
* implement column adding with foreign keys on sqlitechrisw2010-09-091-14/+10
* Fix bug with column dropping involving foreign keys.chrisw2010-09-091-0/+90
* fix for issue 96: deleting a column in sqlite shouldn't delete all indexeschrisw2010-09-091-0/+34
* dammit!chrisw2010-09-081-1/+1
* hopefully fix test failureschrisw2010-09-081-12/+6
* hopefully make py2.4 compatiblechrisw2010-09-071-3/+8
* - capture deprecation warnings and assert they re as they should bechrisw2010-09-071-12/+33
* move all exception classes to migrate.exceptionsiElectric2010-09-072-7/+7
* update README and fix last bugsiElectric2010-07-081-2/+2
* log database name when running tests; firebug does not support DROP CONSTRAIN...iElectric2010-07-081-7/+2
* move tests/ directory into migrate/tests (much better form) and fix all impor...Bob Farrell2010-06-103-0/+1056