summaryrefslogtreecommitdiff
path: root/migrate/changeset
Commit message (Expand)AuthorAgeFilesLines
* Retire github mirror, repo moved to opendevHEADmasterJim Rollenhagen2019-09-2613-2229/+0
* Merge "Import MutableMapping from the correct Python module"Zuul2019-01-212-2/+2
|\
| * Import MutableMapping from the correct Python moduleChih-Hsuan Yen2019-01-152-2/+2
* | Merge "Don't use deprecated / non-functional "force" parameter"Zuul2019-01-216-34/+14
|\ \
| * | Don't use deprecated / non-functional "force" parameterMike Bayer2019-01-186-34/+14
| |/
* | Use legacy_alter_table ON in sqlite recreate_tableCorey Bryant2019-01-151-0/+9
|/
* Set autoincrement to False when modifying to non-Integer datatypeMike Bayer2016-10-201-2/+8
* Update tests and reqs for SQLA 1.0Mike Bayer2015-07-012-0/+13
* 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
* Don't add warnings filter on importBrant Knudson2015-01-081-3/+0
* 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-093-12/+58
|/ /
* | Merge "Eradicate trailing whitespace"Jenkins2014-03-292-4/+4
|\ \
| * | Eradicate trailing whitespaceDavid Ripton2014-02-264-22/+22
| |/
* | Replace AbstractType by TypeEngineThomas Goirand2014-03-051-1/+1
* | Use native quote attribute introduced in sqla 0.9Thomas Goirand2014-03-054-24/+43
* | Merge "UniqueConstraint named and escaped twice"Jenkins2014-03-051-1/+1
|\ \
| * | UniqueConstraint named and escaped twiceThomas Goirand2014-03-021-1/+1
| |/
* | Conditionally import ibmdb2/ibm_db_saMatt Riedemann2014-03-041-3/+11
|/
* Add DB2 10.5 SupportMatt Riedemann2014-02-173-1/+317
* Fix dropping of indexed columns in sqlite/sa08Roman Podolyaka2013-10-182-2/+5
* decouple index name generation from sqlalchemy versionPádraig Brady2013-09-231-15/+19
* added bugfixes for 0.8Josip Delic2013-07-111-0/+14
* 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-289-161/+41
* | fix SQLAlchemy 0.6.x compatibility of issue 128 patchJan Dittberner2011-10-281-1/+11
* | fix issue 128: "table rename failure with sqlalchemy 0.7.x"markbmc@gmail.com2011-10-281-7/+1
|/
* fix column.create() properlyJan Dittberner2011-05-271-1/+4
* 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 Table._columns to remove columns (addresses #112)Jan Dittberner2011-05-252-2/+6
* Bring back alter_metadata on ColumnDelta: it seems intertwined with a lot of ...Chris Withers2011-02-111-14/+38
* try to get firebird stuff working with 0.6.6Chris Withers2011-02-101-1/+6
* remove the alter_metadata featureChris Withers2011-02-102-67/+24
* 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
* Only alter the SA objects after running the visitor, so the visitor may inspectChris Withers2011-02-101-2/+1
* make migrate.changeset.constraint.ForeignKeyConstraint.autoname workJan Dittberner2010-11-091-3/+11
* use _index_identifier instead of _validate_identifier ifJan Dittberner2010-11-091-5/+18
* fix generation of foreign key constraint name inJan Dittberner2010-11-071-2/+2
* Fix issue 94 - it was impossible to add a column with a non-unique index.chrisw2010-09-093-19/+25
* implement column adding with foreign keys on sqlitechrisw2010-09-091-7/+19