summaryrefslogtreecommitdiff
path: root/migrate/versioning
Commit message (Expand)AuthorAgeFilesLines
* 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
* use absolute imports of exception classes (fixes tests)Jan Dittberner2010-11-071-6/+6
* mergechrisw2010-09-161-1/+4
|\
| * fixed #92iElectric2010-09-121-1/+4
* | implement column type diff'ingchrisw2010-09-151-15/+103
|/
* restore missing table header for column diffschrisw2010-09-101-2/+5
* rewrite of schemadiff internalschrisw2010-09-104-214/+201
* move all exception classes to migrate.exceptionsiElectric2010-09-0710-92/+22
* use if main conditional in manage.py scriptiElectric2010-08-201-1/+2
* correct case for dependencies in setup.pyiElectric2010-08-162-2/+3
* small doc correction; fixes #67iElectric2010-07-111-1/+1
* use stdout for logging.INFO and lower; for the rest use stderriElectric2010-07-091-5/+22
* fix deprecation warning when using old script syntaiElectric2010-07-091-1/+1
* remove debug output and swearingBob Farrell2010-06-091-1/+0
* make tests use a virtualenv for 'migrate' shell commandBob Farrell2010-06-091-0/+1
* change print statements to log.infoBob Farrell2010-06-091-5/+8
* unified warnings, use compare columns in testsiElectric2010-05-013-4/+4
* fix python2.4 erroriElectric2010-04-291-1/+2
* added 0.6 TODO, all api now uses engine.dispose() to handle pool correctlyiElectric2010-04-293-21/+63
* partly fix SA0.6 tests on postgresiElectric2010-04-242-7/+5
* eliminate unicode usage at helpiElectric2010-02-051-3/+4