summaryrefslogtreecommitdiff
path: root/migrate/changeset/schema.py
Commit message (Expand)AuthorAgeFilesLines
* Port to Python3Cyril Roelandt2014-04-091-8/+50
* Replace AbstractType by TypeEngineThomas Goirand2014-03-051-1/+1
* Use native quote attribute introduced in sqla 0.9Thomas Goirand2014-03-051-17/+19
* Fix dropping of indexed columns in sqlite/sa08Roman Podolyaka2013-10-181-2/+4
* drop SQLAlchemy < 0.6 compatibility codeJan Dittberner2011-10-281-8/+2
* 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-281-7/+1
* fix column.create() properlyJan Dittberner2011-05-271-1/+4
* use Table._columns to remove columns (addresses #112)Jan Dittberner2011-05-251-2/+5
* Bring back alter_metadata on ColumnDelta: it seems intertwined with a lot of ...Chris Withers2011-02-111-14/+38
* remove the alter_metadata featureChris Withers2011-02-101-64/+23
* Only alter the SA objects after running the visitor, so the visitor may inspectChris Withers2011-02-101-2/+1
* Fix issue 94 - it was impossible to add a column with a non-unique index.chrisw2010-09-091-5/+8
* Fix bug with column dropping involving foreign keys.chrisw2010-09-091-0/+18
* fix for issue 96: deleting a column in sqlite shouldn't delete all indexeschrisw2010-09-091-1/+12
* attempt at improving the api docs a littlechrisw2010-09-081-19/+25
* - capture deprecation warnings and assert they re as they should bechrisw2010-09-071-2/+5
* move all exception classes to migrate.exceptionsiElectric2010-09-071-1/+1
* small doc correction; fixes #67iElectric2010-07-111-1/+4
* better document summary of changeset actionsiElectric2010-07-111-12/+7
* adding connection keyword to ORM methodsiElectric2010-07-111-10/+21
* unified warnings, use compare columns in testsiElectric2010-05-011-2/+4
* move warning exceptions to right moduleiElectric2010-05-011-1/+0
* deprecate two columns alteriElectric2010-04-301-0/+5
* partly fix SA0.6 tests on postgresiElectric2010-04-241-2/+2
* more SA06 fixesiElectric2010-02-051-2/+2
* SA06 fixeshudson@fubarite.fubar.si2010-02-051-2/+9
* apply Emil Kroymann's patch for Issue 75emil.kroymann2010-01-071-1/+1
* add populate_default kwarg to column.create, fixes issue #50iElectric2009-07-011-0/+9
* convert svn to hgiElectric2009-06-301-0/+597