summaryrefslogtreecommitdiff
path: root/migrate/tests
Commit message (Expand)AuthorAgeFilesLines
* SqlScript: execute multiple statements one by one0.9.2Ihar Hrachyshka2014-08-231-1/+1
* Merge "Fix 3 files with Windows line endings to Unix line endings."Jenkins2014-07-221-90/+88
|\
| * Fix 3 files with Windows line endings to Unix line endings.David Ripton2014-02-271-90/+88
* | Merge "Move patch from oslo to drop unique constraints with sqlite"0.9.1Jenkins2014-05-051-1/+1
|\ \
| * | Move patch from oslo to drop unique constraints with sqliteMatt Riedemann2014-04-151-1/+1
* | | Port to Python3Cyril Roelandt2014-04-0911-41/+56
|/ /
* | tests: Replace "self.assert_" by "self.assertTrue"Cyril Roelandt2014-03-3113-108/+108
* | Merge "Eradicate trailing whitespace"Jenkins2014-03-2914-85/+85
|\ \
| * | Eradicate trailing whitespaceDavid Ripton2014-02-2614-85/+85
| |/
* | fix scripttest compatThomas Goirand2014-03-051-1/+0
|/
* Add DB2 10.5 SupportMatt Riedemann2014-02-176-13/+65
* Fix dropping of indexed columns in sqlite/sa08Roman Podolyaka2013-10-181-1/+34
* Run tests on PostgreSQL and MySQL tooRoman Podolyaka2013-10-122-10/+28
* Fix exceptions for SQLAlchemy 0.8Pádraig Brady2013-07-111-2/+2
* Updated to OpenStack Build stuff.Monty Taylor2013-07-1115-162/+152
* fix error, Text columns have no widthJan Dittberner2013-02-091-1/+1
* fix deprecation warning by using MetaData.reflectJan Dittberner2013-02-093-5/+9
* apply patch for issue #72 by asuffield@gmail.comasuffield@gmail.com2012-01-231-0/+10
* Fix excludeTablesgetDiffOfModelAgainstModel is not passingJason Michalski2011-12-171-7/+23
* add regression test (fixes issue 105)Jan Dittberner2011-10-281-0/+6
* fix issues with ConfigParser and existing repositories (fixes issue 115)Jan Dittberner2011-10-281-1/+1
* drop SQLAlchemy < 0.6 compatibility codeJan Dittberner2011-10-285-39/+17
* fix issue 128: "table rename failure with sqlalchemy 0.7.x"markbmc@gmail.com2011-10-281-1/+9
* Use two models in generated migrations. Test column addition and removal.Gabriel2011-07-072-18/+47
* Output has changed even without the SQLa patch, update #122 tests.Gabriel2011-07-051-1/+1
* Fix and test issue 118. Clarify genmodel transformations.Gabriel2011-07-052-39/+76
* Fix some tests that broke when adding descriptions for sql scriptsPete Keen2011-06-124-15/+15
* Allow descriptions in sql change script filenamesPete Keen2011-06-101-1/+2
* Optionally number versions with timestamps instead of sequencesPete Keen2011-06-101-0/+19
* fix column.create() properlyJan Dittberner2011-05-271-2/+0
* add migrate.__version__ (Fixes issue 111)Jan Dittberner2011-05-271-0/+11
* 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
* use proper encoding instead of True (addresses #112)Jan Dittberner2011-05-251-7/+7
* 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
* use _index_identifier instead of _validate_identifier ifJan Dittberner2010-11-091-0/+0
* implement column type diff'ingchrisw2010-09-151-10/+77
* restore missing table header for column diffschrisw2010-09-101-2/+6
* rewrite of schemadiff internalschrisw2010-09-103-159/+281
* preserve the original stack stracechrisw2010-09-091-4/+4
* don't stop if one db fails, run for all so we can tell how badly things went ...chrisw2010-09-091-20/+31
* clear out the test db for each test, making tests more isolatedchrisw2010-09-091-0/+3
* silence logger that SA addschrisw2010-09-091-0/+2
* give better feedback when errors occur in _setup or _teardownchrisw2010-09-091-3/+19
* quit screwing with the testing frameworks...chrisw2010-09-091-49/+1
* Fix issue 94 - it was impossible to add a column with a non-unique index.chrisw2010-09-091-7/+29