summaryrefslogtreecommitdiff
path: root/migrate/changeset/databases/firebird.py
Commit message (Expand)AuthorAgeFilesLines
* Eradicate trailing whitespaceDavid Ripton2014-02-261-1/+1
* drop SQLAlchemy < 0.6 compatibility codeJan Dittberner2011-10-281-9/+3
* try to get firebird stuff working with 0.6.6Chris Withers2011-02-101-1/+6
* work around firebird's insistence that indexes and constraints are dropped be...Chris Withers2011-02-101-7/+21
* move all exception classes to migrate.exceptionsiElectric2010-09-071-2/+4
* add firebird to test_db.cfg.tmpl; fix bug when dropping a column in firebird:...iElectric2010-05-111-0/+13
* applying patch for issue #61 by Michael BayeriElectric2009-07-131-4/+6
* add support for SA 0.6 by Michael BayeriElectric2009-06-291-3/+2
* - completely refactored ColumnDelta to extract differences between columns/pa...iElectric2009-06-271-4/+6
* adding basic support for firebird, fixes #55iElectric2009-06-221-0/+62