summaryrefslogtreecommitdiff
path: root/migrate
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix ibmdb2 unique constraint handling for sqlalchemy 0.9"HEADmasterJenkins2014-10-101-3/+3
|\
| * Fix ibmdb2 unique constraint handling for sqlalchemy 0.9Matt Riedemann2014-08-041-3/+3
* | SqlScript: execute multiple statements one by one0.9.2Ihar Hrachyshka2014-08-232-9/+11
* | Make sure we don't throw away exception on SQL script failureIhar Hrachyshka2014-08-231-1/+2
|/
* Merge "Fix 3 files with Windows line endings to Unix line endings."Jenkins2014-07-222-403/+401
|\
| * Fix 3 files with Windows line endings to Unix line endings.David Ripton2014-02-272-403/+401
* | Merge "Move patch from oslo to drop unique constraints with sqlite"0.9.1Jenkins2014-05-052-4/+49
|\ \
| * | Move patch from oslo to drop unique constraints with sqliteMatt Riedemann2014-04-152-4/+49
* | | Port to Python3Cyril Roelandt2014-04-0926-82/+169
|/ /
* | tests: Replace "self.assert_" by "self.assertTrue"Cyril Roelandt2014-03-3113-108/+108
* | Merge "Eradicate trailing whitespace"Jenkins2014-03-2926-123/+123
|\ \
| * | Eradicate trailing whitespaceDavid Ripton2014-02-2628-141/+141
| |/
* | Replace AbstractType by TypeEngineThomas Goirand2014-03-051-1/+1
* | fix scripttest compatThomas Goirand2014-03-051-1/+0
* | Use native quote attribute introduced in sqla 0.9Thomas Goirand2014-03-054-24/+43
* | Fix genmodel for SQLA 0.9Thomas Goirand2014-03-051-10/+27
* | 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-1710-15/+393
* Un-break the version in migrate/__init__.py0.8.2Monty Taylor2013-11-151-1/+4
* Fix the version number to match the last release.Dan Prince2013-11-151-1/+1
* Fix int overflow exception in unittest0.8Matt Riedemann2013-11-061-2/+17
* Fix dropping of indexed columns in sqlite/sa08Roman Podolyaka2013-10-183-3/+39
* Run tests on PostgreSQL and MySQL tooRoman Podolyaka2013-10-122-10/+28
* decouple index name generation from sqlalchemy versionPádraig Brady2013-09-231-15/+19
* Fix exceptions for SQLAlchemy 0.8Pádraig Brady2013-07-111-2/+2
* added bugfixes for 0.8Josip Delic2013-07-111-0/+14
* Updated to OpenStack Build stuff.Monty Taylor2013-07-1115-162/+152
* fix error, Text columns have no widthJan Dittberner2013-02-091-1/+1
* fix deprecation warning by using MetaData.reflectJan Dittberner2013-02-094-6/+11
* Import correct exceptions module (Fixes issue 154).Alex Favaro2013-02-091-1/+1
* apply patch for issue #72 by asuffield@gmail.comasuffield@gmail.com2012-01-232-1/+11
* Fix excludeTablesgetDiffOfModelAgainstModel is not passingJason Michalski2011-12-172-8/+24
* start next development iterationJan Dittberner2011-11-011-1/+1
* finalize changelog for 0.7.20.7.2Jan Dittberner2011-11-011-1/+1
* PEP-8 compliant script templatesJan Dittberner2011-10-292-4/+8
* add regression test (fixes issue 105)Jan Dittberner2011-10-281-0/+6
* fix issues with ConfigParser and existing repositories (fixes issue 115)Jan Dittberner2011-10-285-8/+11
* remove obsolete manage.py_tmpl (related to issue 121)Jan Dittberner2011-10-282-6/+0
* generate if __name__ == "__main__" in manage.py (fixes issue 121)Jan Dittberner2011-10-282-2/+5
* 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
* | merge fixes by wyenhoJan Dittberner2011-10-281-2/+3
|\ \
| * | fixed issue 129wyuenho@gmail.com2011-10-021-1/+1
| * | fixed issue 83wyuenho@gmail.com2011-10-021-1/+2
| |/
* | drop SQLAlchemy < 0.6 compatibility codeJan Dittberner2011-10-2814-200/+58
* | 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-282-8/+10
* | remove unused importDustin J. Mitchell2011-07-101-1/+0