summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | drop SQLAlchemy < 0.6 compatibility codeJan Dittberner2011-10-2814-200/+58
* | ignore PyCharm project filesJan Dittberner2011-10-281-0/+1
* | fix SQLAlchemy 0.6.x compatibility of issue 128 patchJan Dittberner2011-10-281-1/+11
* | update changelog (drop support for SQLAlchemy 0.5.x, Python 2.4 and 2.5)Jan Dittberner2011-10-281-0/+7
* | fix issue 128: "table rename failure with sqlalchemy 0.7.x"markbmc@gmail.com2011-10-282-8/+10
* | changelog updatesJan Dittberner2011-10-281-0/+13
* | 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-274-4/+13
* Added signature for changeset fbb2817a1e3fJan Dittberner2011-05-271-0/+1
* Added tag v0.7.1 for changeset fbb2817a1e3fJan Dittberner2011-05-271-0/+1
* Added signature for changeset 35038c66152b0.7.1Jan Dittberner2011-05-271-0/+1
* set migrate.__version__ to 0.7.1Jan Dittberner2011-05-271-1/+1
* finalize changelog for 0.7.1Jan Dittberner2011-05-271-4/+1
* fix issue tracking and source code URLsJan Dittberner2011-05-272-2/+3
* fix column.create() properlyJan Dittberner2011-05-273-4/+6
* start next development iterationJan Dittberner2011-05-274-3/+16
* Release 0.7Jan Dittberner2011-05-271-0/+1
* update version number in docs/conf.py0.7Jan Dittberner2011-05-271-2/+2
* add migrate.__version__ (Fixes issue 111)Jan Dittberner2011-05-273-0/+14
* update changelog and version informationJan Dittberner2011-05-272-4/+18
* bump version number to 0.7 to indicate SQLA 0.7 compatibilityJan Dittberner2011-05-271-1/+1
* 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
* psycopg2 downloads from initrd.org work without workaroundJan Dittberner2011-05-251-3/+1
* add Developing with migrations tutorial linkiElectric2011-05-081-0/+1
* mergeiElectric2011-04-2911-115/+99
|\
| * start next iterationJan Dittberner2011-02-113-3/+6
| * update version in docs/conf.pyJan Dittberner2011-02-111-3/+3
| * Added tag v0.6.1 for changeset c2526dce0768Jan Dittberner2011-02-111-0/+1
| * finalize changelog for 0.6.10.6.1Jan Dittberner2011-02-111-1/+1
| * Bring back alter_metadata on ColumnDelta: it seems intertwined with a lot of ...Chris Withers2011-02-112-29/+56
| * try to get firebird stuff working with 0.6.6Chris Withers2011-02-101-1/+6