summaryrefslogtreecommitdiff
path: root/migrate/changeset/databases
Commit message (Expand)AuthorAgeFilesLines
* Retire github mirror, repo moved to opendevHEADmasterJim Rollenhagen2019-09-268-976/+0
* Merge "Import MutableMapping from the correct Python module"Zuul2019-01-211-1/+1
|\
| * Import MutableMapping from the correct Python moduleChih-Hsuan Yen2019-01-151-1/+1
* | Merge "Don't use deprecated / non-functional "force" parameter"Zuul2019-01-213-11/+7
|\ \
| * | Don't use deprecated / non-functional "force" parameterMike Bayer2019-01-183-11/+7
| |/
* | Use legacy_alter_table ON in sqlite recreate_tableCorey Bryant2019-01-151-0/+9
|/
* Fix ibmdb2 index name handling0.9.6Qin Zhao2015-03-161-6/+30
* allow dropping fkeys with sqliteMatt Riedemann2015-02-201-17/+36
* Use native sqlalchemy 0.9 quote attribute with ibmdb2Rahul Priyadarshi2015-01-091-2/+5
* Fix ibmdb2 unique constraint handling for sqlalchemy 0.9Matt Riedemann2014-08-041-3/+3
* Merge "Fix 3 files with Windows line endings to Unix line endings."Jenkins2014-07-221-313/+313
|\
| * Fix 3 files with Windows line endings to Unix line endings.David Ripton2014-02-271-313/+313
* | Merge "Move patch from oslo to drop unique constraints with sqlite"0.9.1Jenkins2014-05-051-3/+48
|\ \
| * | Move patch from oslo to drop unique constraints with sqliteMatt Riedemann2014-04-151-3/+48
* | | Port to Python3Cyril Roelandt2014-04-091-1/+4
|/ /
* | Merge "Eradicate trailing whitespace"Jenkins2014-03-292-4/+4
|\ \
| * | Eradicate trailing whitespaceDavid Ripton2014-02-262-4/+4
| |/
* | Use native quote attribute introduced in sqla 0.9Thomas Goirand2014-03-051-1/+5
* | Conditionally import ibmdb2/ibm_db_saMatt Riedemann2014-03-041-3/+11
|/
* Add DB2 10.5 SupportMatt Riedemann2014-02-173-1/+317
* 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