summaryrefslogtreecommitdiff
path: root/migrate/changeset/databases/sqlite.py
Commit message (Expand)AuthorAgeFilesLines
* Retire github mirror, repo moved to opendevHEADmasterJim Rollenhagen2019-09-261-229/+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
* | Use legacy_alter_table ON in sqlite recreate_tableCorey Bryant2019-01-151-0/+9
|/
* allow dropping fkeys with sqliteMatt Riedemann2015-02-201-17/+36
* 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
|/
* Eradicate trailing whitespaceDavid Ripton2014-02-261-3/+3
* 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-281-5/+3
|/
* remove the alter_metadata featureChris Withers2011-02-101-3/+1
* 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-071-1/+3
* move to unittest2, update README for testing instructionsiElectric2010-06-201-0/+1
* add support for SA 0.6 by Michael BayeriElectric2009-06-291-5/+6
* add not supported exceptions for sqlite constraintsiElectric2009-06-271-3/+19
* - completely refactored ColumnDelta to extract differences between columns/pa...iElectric2009-06-271-8/+20
* updated changeset tests. whole package is finally PEP8. fixed mysql tests&bug...iElectric2009-06-201-10/+10
* - refactor migrate.changeset;iElectric2009-06-161-26/+25
* use sqlalchemy preparer to do SQL quote formatting. this is a raw change, tes...iElectric2009-06-111-12/+9
* 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-251-12/+30
* apply patch for Issue #43 (better SQLite support) by Florian Apollonerjan.dittberner2008-12-301-13/+37
* most of the tests are now working with nose.percious172008-12-021-0/+3
* integrated patch by Christian Simms posted at http://groups.google.com/group/...jan.dittberner2008-02-141-1/+1
* moved trunk, branches and tags to project rootjan.dittberner2008-02-061-0/+49