summaryrefslogtreecommitdiff
path: root/migrate/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* another py2.4 fixturechrisw2010-09-081-1/+4
* dammit!chrisw2010-09-081-1/+1
* hopefully fix test failureschrisw2010-09-081-12/+6
* another Py2.4 fixchrisw2010-09-081-1/+4
* silence console outputchrisw2010-09-071-23/+29
* hopefully make py2.4 compatiblechrisw2010-09-072-6/+24
* - capture deprecation warnings and assert they re as they should bechrisw2010-09-073-16/+147