summaryrefslogtreecommitdiff
path: root/migrate/versioning
Commit message (Expand)AuthorAgeFilesLines
* Retire github mirror, repo moved to opendevHEADmasterJim Rollenhagen2019-09-2637-2939/+0
* Merge "Raise VersionNotFoundError instead of KeyError"Jenkins2016-06-031-3/+14
|\
| * Raise VersionNotFoundError instead of KeyErrordineshbhor2016-05-271-3/+14
* | Fix DeprecationWarning on setuptools >= 11.3dineshbhor2016-05-261-1/+8
|/
* Merge "Add VerNum.__index__() for Python 3 support"Jenkins2015-07-311-0/+3
|\
| * Add VerNum.__index__() for Python 3 supportVictor Stinner2015-07-281-0/+3
* | Fixes usage function for Py3Thomas Goirand2015-07-221-7/+3
|/
* Unblock migrate (py26 and py3* testing issues)Matt Riedemann2015-07-181-10/+22
* Update flake8 related dependenciesMatt Riedemann2015-07-053-3/+3
* Merge "script: strip comments in SQL statements"Jenkins2015-02-241-0/+1
|\
| * script: strip comments in SQL statementsIhar Hrachyshka2015-01-141-0/+1
* | Merge "Fixes the auto-generated manage.py"Jenkins2015-01-152-0/+2
|\ \ | |/ |/|
| * Fixes the auto-generated manage.pyPeter Conerly2014-08-022-0/+2
* | Ignore transaction management statements in SQL scriptsIhar Hrachyshka2015-01-091-1/+18
* | SqlScript: execute multiple statements one by one0.9.2Ihar Hrachyshka2014-08-231-8/+10
* | Make sure we don't throw away exception on SQL script failureIhar Hrachyshka2014-08-231-1/+2
|/
* Port to Python3Cyril Roelandt2014-04-0912-29/+55
* Merge "Eradicate trailing whitespace"Jenkins2014-03-2910-34/+34
|\
| * Eradicate trailing whitespaceDavid Ripton2014-02-2610-34/+34
* | Fix genmodel for SQLA 0.9Thomas Goirand2014-03-051-10/+27
|/
* Add DB2 10.5 SupportMatt Riedemann2014-02-171-1/+11
* Fix int overflow exception in unittest0.8Matt Riedemann2013-11-061-2/+17
* fix deprecation warning by using MetaData.reflectJan Dittberner2013-02-091-1/+2
* Import correct exceptions module (Fixes issue 154).Alex Favaro2013-02-091-1/+1
* apply patch for issue #72 by asuffield@gmail.comasuffield@gmail.com2012-01-231-1/+1
* Fix excludeTablesgetDiffOfModelAgainstModel is not passingJason Michalski2011-12-171-1/+1
* PEP-8 compliant script templatesJan Dittberner2011-10-292-4/+8
* fix issues with ConfigParser and existing repositories (fixes issue 115)Jan Dittberner2011-10-284-7/+10
* remove obsolete manage.py_tmpl (related to issue 121)Jan Dittberner2011-10-282-6/+0
* generate if __name__ == "__main__" in manage.py (fixes issue 121)Jan Dittberner2011-10-282-2/+5
* merge fixes by wyenhoJan Dittberner2011-10-281-2/+3
|\
| * fixed issue 129wyuenho@gmail.com2011-10-021-1/+1
| * fixed issue 83wyuenho@gmail.com2011-10-021-1/+2
* | remove unused importDustin J. Mitchell2011-07-101-1/+0
* | Fix issue 124: ignore sqlite_sequence in comparing db to modelDustin J. Mitchell2011-07-101-2/+10
|/
* Use two models in generated migrations. Test column addition and removal.Gabriel2011-07-071-33/+48
* Put constraints (positional) before args (keywords).Gabriel2011-07-051-1/+1
* Fix and test issue 118. Clarify genmodel transformations.Gabriel2011-07-054-60/+83
* Fix column creation in make_update_script_for_model.Gabriel2011-07-041-15/+14
* More concise declarative output.Gabriel2011-06-291-18/+11
* More pep8 compliant declarative output.Gabriel2011-06-291-7/+8
* Fix some tests that broke when adding descriptions for sql scriptsPete Keen2011-06-121-1/+4
* Allow descriptions in sql change script filenamesPete Keen2011-06-103-15/+28
* Optionally number versions with timestamps instead of sequencesPete Keen2011-06-103-2/+27
* use DatabaseError instead of ProgrammingError because behaviour seems to be d...Jan Dittberner2011-05-251-1/+1
* table.drop() raises ProgrammingError in SQLAlchemy 0.7 instead of SQLError (a...Jan Dittberner2011-05-251-4/+11
* fix py2.4 and py2.5Domen Kožar2011-02-051-1/+1
* fixes #107Domen Kožar2011-02-051-4/+4
* fixes #106Domen Kožar2011-02-051-6/+7
* fixes #105iElectric2010-12-061-1/+1