summaryrefslogtreecommitdiff
path: root/migrate/changeset
Commit message (Expand)AuthorAgeFilesLines
* Add DB2 10.5 SupportMatt Riedemann2014-02-173-1/+317
* Fix dropping of indexed columns in sqlite/sa08Roman Podolyaka2013-10-182-2/+5
* decouple index name generation from sqlalchemy versionPádraig Brady2013-09-231-15/+19
* added bugfixes for 0.8Josip Delic2013-07-111-0/+14
* 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
* | drop SQLAlchemy < 0.6 compatibility codeJan Dittberner2011-10-289-161/+41
* | 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
* 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-261-3/+12
* 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-111-14/+38
* try to get firebird stuff working with 0.6.6Chris Withers2011-02-101-1/+6
* remove the alter_metadata featureChris Withers2011-02-102-67/+24
* work around firebird's insistence that indexes and constraints are dropped be...Chris Withers2011-02-101-7/+21
* fix sqlite column dropper now that the table is only modified after the visit...Chris Withers2011-02-101-0/+9
* Only alter the SA objects after running the visitor, so the visitor may inspectChris Withers2011-02-101-2/+1
* make migrate.changeset.constraint.ForeignKeyConstraint.autoname workJan Dittberner2010-11-091-3/+11
* use _index_identifier instead of _validate_identifier ifJan Dittberner2010-11-091-5/+18
* fix generation of foreign key constraint name inJan Dittberner2010-11-071-2/+2
* Fix issue 94 - it was impossible to add a column with a non-unique index.chrisw2010-09-093-19/+25
* implement column adding with foreign keys on sqlitechrisw2010-09-091-7/+19
* 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-092-10/+16
* 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-078-38/+20
* fix tests on python2.7iElectric2010-07-141-2/+5
* 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-113-19/+41
* fix unittestsJan Dittberner2010-07-041-2/+1
* move to unittest2, update README for testing instructionsiElectric2010-06-201-0/+1
* add firebird to test_db.cfg.tmpl; fix bug when dropping a column in firebird:...iElectric2010-05-111-0/+13
* fix MySQL failing tests with autoincrementiElectric2010-05-021-4/+6
* SA06 tests fix, thanks to Mike BayeriElectric2010-05-021-0/+7
* unified warnings, use compare columns in testsiElectric2010-05-011-2/+4
* move warning exceptions to right moduleiElectric2010-05-012-1/+5
* deprecate two columns alteriElectric2010-04-301-0/+5
* partly fix SA0.6 tests on postgresiElectric2010-04-241-2/+2
* fix documentation meta.bind(engine) -> meta.bind = engine; thanks mvtiElectric2010-03-121-3/+0
* 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-072-1/+10
* mergeiElectric2009-08-102-1/+10
|\
| * add disable_logging optioniElectric2009-07-101-1/+1
| * add populate_default kwarg to column.create, fixes issue #50iElectric2009-07-011-0/+9