summaryrefslogtreecommitdiff
path: root/migrate/tests/versioning
Commit message (Expand)AuthorAgeFilesLines
* Retire github mirror, repo moved to opendevHEADmasterJim Rollenhagen2019-09-2616-2452/+0
* Fix spelling mistakedineshbhor2016-10-261-2/+2
* Raise VersionNotFoundError instead of KeyErrordineshbhor2016-05-271-0/+4
* Add VerNum.__index__() for Python 3 supportVictor Stinner2015-07-281-0/+7
* Update tests and reqs for SQLA 1.0Mike Bayer2015-07-011-2/+4
* Ignore stderr output when invoking migrate script in testsMike Bayer2015-07-011-15/+34
* Merge "script: strip comments in SQL statements"Jenkins2015-02-241-0/+10
|\
| * script: strip comments in SQL statementsIhar Hrachyshka2015-01-141-0/+10
* | Merge "Replace assertNotEquals with assertNotEqual."Jenkins2015-01-153-3/+3
|\ \ | |/ |/|
| * Replace assertNotEquals with assertNotEqual.Cyril Roelandt2014-10-303-3/+3
* | Ignore transaction management statements in SQL scriptsIhar Hrachyshka2015-01-091-0/+22
* | Don't add warnings filter on importBrant Knudson2015-01-081-1/+0
|/
* SqlScript: execute multiple statements one by one0.9.2Ihar Hrachyshka2014-08-231-1/+1
* Port to Python3Cyril Roelandt2014-04-097-25/+35
* tests: Replace "self.assert_" by "self.assertTrue"Cyril Roelandt2014-03-3111-81/+81
* Eradicate trailing whitespaceDavid Ripton2014-02-2610-49/+49
* Add DB2 10.5 SupportMatt Riedemann2014-02-173-2/+16
* Updated to OpenStack Build stuff.Monty Taylor2013-07-1110-116/+112
* fix error, Text columns have no widthJan Dittberner2013-02-091-1/+1
* fix deprecation warning by using MetaData.reflectJan Dittberner2013-02-092-4/+7
* 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-282-10/+3
* 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
* use proper encoding instead of True (addresses #112)Jan Dittberner2011-05-251-7/+7
* 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
* silence console outputchrisw2010-09-071-23/+29
* hopefully make py2.4 compatiblechrisw2010-09-071-3/+16
* - capture deprecation warnings and assert they re as they should bechrisw2010-09-071-4/+30
* fix last exception importiElectric2010-09-071-1/+2
* move all exception classes to migrate.exceptionsiElectric2010-09-076-6/+7
* small doc correction; fixes #67iElectric2010-07-111-0/+1
* update README and fix last bugsiElectric2010-07-081-44/+47
* fix SA06 compatibility in testsiElectric2010-07-071-3/+9
* fix unittestsJan Dittberner2010-07-041-2/+2
* move to unittest2, update README for testing instructionsiElectric2010-06-202-89/+89
* move tests/ directory into migrate/tests (much better form) and fix all impor...Bob Farrell2010-06-1016-0/+2005