summaryrefslogtreecommitdiff
path: root/migrate/tests
Commit message (Expand)AuthorAgeFilesLines
* Retire github mirror, repo moved to opendevHEADmasterJim Rollenhagen2019-09-2631-4252/+0
* Merge "Fix spelling mistake"Jenkins2017-03-242-3/+3
|\
| * Fix spelling mistakedineshbhor2016-10-262-3/+3
* | Set autoincrement to False when modifying to non-Integer datatypeMike Bayer2016-10-201-0/+13
|/
* 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-012-3/+6
* Ignore stderr output when invoking migrate script in testsMike Bayer2015-07-011-15/+34
* Merge "Don't run the test if _setup() fails"0.9.5Jenkins2015-02-241-12/+2
|\
| * Don't run the test if _setup() failsRoman Podoliaka2015-02-231-12/+2
* | Merge "script: strip comments in SQL statements"Jenkins2015-02-241-0/+10
|\ \ | |/ |/|
| * script: strip comments in SQL statementsIhar Hrachyshka2015-01-141-0/+10
* | allow dropping fkeys with sqliteMatt Riedemann2015-02-201-1/+1
* | 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
* 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