summaryrefslogtreecommitdiff
path: root/migrate/tests/changeset/test_changeset.py
Commit message (Expand)AuthorAgeFilesLines
* Retire github mirror, repo moved to opendevHEADmasterJim Rollenhagen2019-09-261-976/+0
* Merge "Fix spelling mistake"Jenkins2017-03-241-1/+1
|\
| * Fix spelling mistakedineshbhor2016-10-261-1/+1
* | Set autoincrement to False when modifying to non-Integer datatypeMike Bayer2016-10-201-0/+13
|/
* Port to Python3Cyril Roelandt2014-04-091-4/+5
* tests: Replace "self.assert_" by "self.assertTrue"Cyril Roelandt2014-03-311-21/+21
* Eradicate trailing whitespaceDavid Ripton2014-02-261-24/+24
* Add DB2 10.5 SupportMatt Riedemann2014-02-171-11/+17
* 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-111-21/+21
* drop SQLAlchemy < 0.6 compatibility codeJan Dittberner2011-10-281-19/+11
* 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
* 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-071-6/+6
* move tests/ directory into migrate/tests (much better form) and fix all impor...Bob Farrell2010-06-101-0/+774