summaryrefslogtreecommitdiff
path: root/migrate
Commit message (Expand)AuthorAgeFilesLines
* Replace AbstractType by TypeEngineThomas Goirand2014-03-051-1/+1
* fix scripttest compatThomas Goirand2014-03-051-1/+0
* Use native quote attribute introduced in sqla 0.9Thomas Goirand2014-03-054-24/+43
* Fix genmodel for SQLA 0.9Thomas Goirand2014-03-051-10/+27
* Merge "UniqueConstraint named and escaped twice"Jenkins2014-03-051-1/+1
|\
| * UniqueConstraint named and escaped twiceThomas Goirand2014-03-021-1/+1
* | Conditionally import ibmdb2/ibm_db_saMatt Riedemann2014-03-041-3/+11
|/
* Add DB2 10.5 SupportMatt Riedemann2014-02-1710-15/+393
* Un-break the version in migrate/__init__.py0.8.2Monty Taylor2013-11-151-1/+4
* Fix the version number to match the last release.Dan Prince2013-11-151-1/+1
* Fix int overflow exception in unittest0.8Matt Riedemann2013-11-061-2/+17
* Fix dropping of indexed columns in sqlite/sa08Roman Podolyaka2013-10-183-3/+39
* Run tests on PostgreSQL and MySQL tooRoman Podolyaka2013-10-122-10/+28
* 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