summaryrefslogtreecommitdiff
path: root/migrate/changeset/ansisql.py
Commit message (Expand)AuthorAgeFilesLines
* Use native quote attribute introduced in sqla 0.9Thomas Goirand2014-03-051-6/+9
* UniqueConstraint named and escaped twiceThomas Goirand2014-03-021-1/+1
* decouple index name generation from sqlalchemy versionPádraig Brady2013-09-231-15/+19
* added bugfixes for 0.8Josip Delic2013-07-111-0/+14
* drop SQLAlchemy < 0.6 compatibility codeJan Dittberner2011-10-281-86/+20
* 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 _index_identifier instead of _validate_identifier ifJan Dittberner2010-11-091-5/+18
* Fix issue 94 - it was impossible to add a column with a non-unique index.chrisw2010-09-091-4/+1
* move all exception classes to migrate.exceptionsiElectric2010-09-071-2/+4
* fix unittestsJan Dittberner2010-07-041-2/+1
* SA06 tests fix, thanks to Mike BayeriElectric2010-05-021-0/+7
* add support for SA 0.6 by Michael BayeriElectric2009-06-291-57/+108
* - completely refactored ColumnDelta to extract differences between columns/pa...iElectric2009-06-271-41/+9
* adding basic support for firebird, fixes #55iElectric2009-06-221-2/+5
* finally, tests pass for all supported dialectsiElectric2009-06-211-4/+1
* some more PEP8 loveiElectric2009-06-211-5/+10
* updated changeset tests. whole package is finally PEP8. fixed mysql tests&bug...iElectric2009-06-201-78/+63
* - refactor migrate.changeset;iElectric2009-06-161-85/+72
* update docs, delete obsolete code in constraintsiElectric2009-06-121-51/+32
* use sqlalchemy preparer to do SQL quote formatting. this is a raw change, tes...iElectric2009-06-111-38/+30
* lipstick changesiElectric2009-06-101-1/+1
* add support for ondelete and oncascade to ANSI-SQL foreign key creationjan.dittberner2009-02-201-0/+4
* cleanup in migrate.changeset.ansisql and api doc updatejan.dittberner2009-01-251-43/+37
* make migrate.schema.ansisql PEP8 clean and add some sphinx docstringsjan.dittberner2009-01-251-105/+150
* first sphinx docstringsjan.dittberner2009-01-251-1/+5
* support for SA 0.5.1.percious172009-01-191-8/+33
* integrate patch for supporting CheckConstraints by srittau.jan.dittberner2009-01-101-0/+8
* fixed bug in create column where foreign keys were being left out.percious172008-12-161-5/+9
* print statement removalpercious172008-12-021-2/+0
* most of the tests are now working with nose.percious172008-12-021-1/+3
* modified altering of columns to support postgres.percious172008-11-271-3/+3
* missed a postgres identifier quoting on renamingpercious172008-11-271-5/+3
* added hook functions which allow the dialects to specify how to indicate iden...percious172008-11-261-4/+16
* integrate patch for Issue 33jan.dittberner2008-09-161-1/+1
* add support for SA 0.5christian.simms2008-08-281-8/+4
* make import of sqlalchemy's SchemaGenerator work regardless of previous importschristian.simms2008-02-181-1/+1
* integrated patch by Christian Simms posted at http://groups.google.com/group/...jan.dittberner2008-02-141-11/+12
* moved trunk, branches and tags to project rootjan.dittberner2008-02-061-0/+280