summaryrefslogtreecommitdiff
path: root/migrate
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove the alter_metadata featureChris Withers2011-02-103-119/+40
* 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
* firebird can only drop named foreign keysChris Withers2011-02-101-1/+2
* These drop indexes appear to only be for firebird.Chris Withers2011-02-101-2/+0
* Only alter the SA objects after running the visitor, so the visitor may inspectChris Withers2011-02-101-2/+1
* fix py2.4 and py2.5Domen Kožar2011-02-051-1/+1
* fixes #107Domen Kožar2011-02-051-4/+4
* fixes #106Domen Kožar2011-02-051-6/+7
* fixes #105iElectric2010-12-061-1/+1
* make migrate.changeset.constraint.ForeignKeyConstraint.autoname workJan Dittberner2010-11-091-3/+11
* use _index_identifier instead of _validate_identifier ifJan Dittberner2010-11-092-5/+18
* use absolute imports of exception classes (fixes tests)Jan Dittberner2010-11-071-6/+6
* fix generation of foreign key constraint name inJan Dittberner2010-11-071-2/+2
* mergechrisw2010-09-161-1/+4
|\
| * fixed #92iElectric2010-09-121-1/+4
* | implement column type diff'ingchrisw2010-09-152-25/+180
|/
* restore missing table header for column diffschrisw2010-09-102-4/+11
* rewrite of schemadiff internalschrisw2010-09-107-373/+482
* preserve the original stack stracechrisw2010-09-091-4/+4
* don't stop if one db fails, run for all so we can tell how badly things went ...chrisw2010-09-091-20/+31
* clear out the test db for each test, making tests more isolatedchrisw2010-09-091-0/+3
* silence logger that SA addschrisw2010-09-091-0/+2
* give better feedback when errors occur in _setup or _teardownchrisw2010-09-091-3/+19
* quit screwing with the testing frameworks...chrisw2010-09-091-49/+1
* Fix issue 94 - it was impossible to add a column with a non-unique index.chrisw2010-09-094-26/+54
* implement column adding with foreign keys on sqlitechrisw2010-09-092-21/+29
* Fix bug with column dropping involving foreign keys.chrisw2010-09-092-0/+108
* fix for issue 96: deleting a column in sqlite shouldn't delete all indexeschrisw2010-09-093-10/+50
* another py2.4 fixturechrisw2010-09-081-1/+4
* dammit!chrisw2010-09-081-1/+1
* attempt at improving the api docs a littlechrisw2010-09-081-19/+25
* hopefully fix test failureschrisw2010-09-081-12/+6
* another Py2.4 fixchrisw2010-09-081-1/+4
* silence console outputchrisw2010-09-071-23/+29
* hopefully make py2.4 compatiblechrisw2010-09-072-6/+24
* - capture deprecation warnings and assert they re as they should bechrisw2010-09-074-18/+152
* fix last exception importiElectric2010-09-071-1/+2
* move all exception classes to migrate.exceptionsiElectric2010-09-0726-69/+69
* use if main conditional in manage.py scriptiElectric2010-08-201-1/+2
* correct case for dependencies in setup.pyiElectric2010-08-162-2/+3
* fix tests on python2.7iElectric2010-07-141-2/+5
* small doc correction; fixes #67iElectric2010-07-113-2/+6
* better document summary of changeset actionsiElectric2010-07-111-12/+7
* adding connection keyword to ORM methodsiElectric2010-07-113-19/+41
* use stdout for logging.INFO and lower; for the rest use stderriElectric2010-07-091-5/+22
* fix deprecation warning when using old script syntaiElectric2010-07-091-1/+1
* update README and fix last bugsiElectric2010-07-083-47/+52