summaryrefslogtreecommitdiff
path: root/migrate
Commit message (Expand)AuthorAgeFilesLines
* decouple index name generation from sqlalchemy versionPádraig Brady2013-09-231-15/+19
* Fix exceptions for SQLAlchemy 0.8Pádraig Brady2013-07-111-2/+2
* added bugfixes for 0.8Josip Delic2013-07-111-0/+14
* 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-094-6/+11
* 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-232-1/+11
* Fix excludeTablesgetDiffOfModelAgainstModel is not passingJason Michalski2011-12-172-8/+24
* start next development iterationJan Dittberner2011-11-011-1/+1
* finalize changelog for 0.7.20.7.2Jan Dittberner2011-11-011-1/+1
* PEP-8 compliant script templatesJan Dittberner2011-10-292-4/+8
* 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-285-8/+11
* 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 e5bd2821eea8 from https://code.google.com/r/alyazdi-patches/Jan Dittberner2011-10-281-1/+1
|\
| * Fix for issue #125, create the table on the same connection as the ALTER and ...al.yazdi@gmail.com2011-10-261-1/+1
* | 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
| |/
* | drop SQLAlchemy < 0.6 compatibility codeJan Dittberner2011-10-2814-200/+58
* | fix SQLAlchemy 0.6.x compatibility of issue 128 patchJan Dittberner2011-10-281-1/+11
* | fix issue 128: "table rename failure with sqlalchemy 0.7.x"markbmc@gmail.com2011-10-282-8/+10
* | 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-073-51/+95
* Put constraints (positional) before args (keywords).Gabriel2011-07-051-1/+1
* 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-056-99/+159
* 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-125-16/+19
* Allow descriptions in sql change script filenamesPete Keen2011-06-104-16/+30
* Optionally number versions with timestamps instead of sequencesPete Keen2011-06-104-2/+46
* start next development iterationJan Dittberner2011-05-271-1/+1
* set migrate.__version__ to 0.7.1Jan Dittberner2011-05-271-1/+1
* fix column.create() properlyJan Dittberner2011-05-272-3/+4
* add migrate.__version__ (Fixes issue 111)Jan Dittberner2011-05-272-0/+13
* no special treatment for SQLA 0.7 required in migrate.changeset.ansisqlJan Dittberner2011-05-271-8/+4
* remove commented codeJan Dittberner2011-05-261-5/+0
* fix unit test for adding new columns with foreign keysJan Dittberner2011-05-262-4/+20
* 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
* 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
* use Table._columns to remove columns (addresses #112)Jan Dittberner2011-05-252-2/+6
* Bring back alter_metadata on ColumnDelta: it seems intertwined with a lot of ...Chris Withers2011-02-112-29/+56