summaryrefslogtreecommitdiff
path: root/migrate/changeset/databases
Commit message (Expand)AuthorAgeFilesLines
* 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-285-63/+19
|/
* try to get firebird stuff working with 0.6.6Chris Withers2011-02-101-1/+6
* remove the alter_metadata featureChris Withers2011-02-101-3/+1
* 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
* Fix issue 94 - it was impossible to add a column with a non-unique index.chrisw2010-09-091-10/+16
* implement column adding with foreign keys on sqlitechrisw2010-09-091-7/+19
* fix for issue 96: deleting a column in sqlite shouldn't delete all indexeschrisw2010-09-091-9/+4
* move all exception classes to migrate.exceptionsiElectric2010-09-074-8/+14
* adding connection keyword to ORM methodsiElectric2010-07-111-5/+12
* 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
* apply Emil Kroymann's patch for Issue 75emil.kroymann2010-01-071-0/+9
* applying patch for issue #61 by Michael BayeriElectric2009-07-133-5/+9
* add support for SA 0.6 by Michael BayeriElectric2009-06-296-53/+69
* add not supported exceptions for sqlite constraintsiElectric2009-06-271-3/+19
* - completely refactored ColumnDelta to extract differences between columns/pa...iElectric2009-06-274-35/+36
* adding basic support for firebird, fixes #55iElectric2009-06-222-1/+68
* finally, tests pass for all supported dialectsiElectric2009-06-211-8/+15
* some more PEP8 loveiElectric2009-06-213-7/+5
* updated changeset tests. whole package is finally PEP8. fixed mysql tests&bug...iElectric2009-06-204-37/+42
* - refactor migrate.changeset;iElectric2009-06-163-35/+35
* update docs, delete obsolete code in constraintsiElectric2009-06-123-11/+10
* use sqlalchemy preparer to do SQL quote formatting. this is a raw change, tes...iElectric2009-06-115-55/+41
* mark ALTER TABLE ADD FOREIGN KEY as unsupported by SQLitejan.dittberner2009-02-181-0/+12
* revert stupid test case breaking changejan.dittberner2009-01-251-2/+3
* make migrate.changeset.databases PEP-8 clean and add it to the API docsjan.dittberner2009-01-256-91/+190
* apply patch for Issue #43 (better SQLite support) by Florian Apollonerjan.dittberner2008-12-301-13/+37
* fixes to postgres, shell. removal of "run" module.percious172008-12-021-5/+20
* now all databases are running at once.percious172008-12-021-0/+1
* all tests pass with postgres nowpercious172008-12-021-13/+11
* most of the tests are now working with nose.percious172008-12-023-3/+21
* missed a postgres identifier quoting on renamingpercious172008-11-271-1/+2
* added hook functions which allow the dialects to specify how to indicate iden...percious172008-11-261-2/+11
* add support for SA 0.5christian.simms2008-08-282-5/+5
* - make test_shell not assume Python code is compiledchristian.simms2008-03-211-1/+1
* integrated patch by Christian Simms posted at http://groups.google.com/group/...jan.dittberner2008-02-142-1/+2
* moved trunk, branches and tags to project rootjan.dittberner2008-02-066-0/+238