summaryrefslogtreecommitdiff
path: root/migrate
Commit message (Expand)AuthorAgeFilesLines
* Retire github mirror, repo moved to opendevHEADmasterJim Rollenhagen2019-09-2683-9525/+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
|/
* Merge "Fix spelling mistake"Jenkins2017-03-242-3/+3
|\
| * Fix spelling mistakedineshbhor2016-10-262-3/+3
* | Set autoincrement to False when modifying to non-Integer datatypeMike Bayer2016-10-202-2/+21
|/
* Merge "Raise VersionNotFoundError instead of KeyError"Jenkins2016-06-033-3/+22
|\
| * Raise VersionNotFoundError instead of KeyErrordineshbhor2016-05-273-3/+22
* | Fix DeprecationWarning on setuptools >= 11.3dineshbhor2016-05-261-1/+8
|/
* Merge "Add VerNum.__index__() for Python 3 support"Jenkins2015-07-312-0/+10
|\
| * Add VerNum.__index__() for Python 3 supportVictor Stinner2015-07-282-0/+10
* | Fixes usage function for Py3Thomas Goirand2015-07-221-7/+3
|/
* Unblock migrate (py26 and py3* testing issues)Matt Riedemann2015-07-181-10/+22
* Update flake8 related dependenciesMatt Riedemann2015-07-053-3/+3
* Update tests and reqs for SQLA 1.0Mike Bayer2015-07-014-3/+19
* Ignore stderr output when invoking migrate script in testsMike Bayer2015-07-011-15/+34
* Fix ibmdb2 index name handling0.9.6Qin Zhao2015-03-161-6/+30
* Merge "Don't run the test if _setup() fails"0.9.5Jenkins2015-02-241-12/+2
|\
| * Don't run the test if _setup() failsRoman Podoliaka2015-02-231-12/+2
* | Merge "script: strip comments in SQL statements"Jenkins2015-02-242-0/+11
|\ \ | |/ |/|
| * script: strip comments in SQL statementsIhar Hrachyshka2015-01-142-0/+11
* | allow dropping fkeys with sqliteMatt Riedemann2015-02-202-18/+37
* | Merge "Fixes the auto-generated manage.py"Jenkins2015-01-152-0/+2
|\ \
| * | Fixes the auto-generated manage.pyPeter Conerly2014-08-022-0/+2
* | | Merge "Replace assertNotEquals with assertNotEqual."Jenkins2015-01-153-3/+3
|\ \ \ | |_|/ |/| |
| * | Replace assertNotEquals with assertNotEqual.Cyril Roelandt2014-10-303-3/+3
* | | Merge "Use native sqlalchemy 0.9 quote attribute with ibmdb2"Jenkins2015-01-101-2/+5
|\ \ \
| * | | Use native sqlalchemy 0.9 quote attribute with ibmdb2Rahul Priyadarshi2015-01-091-2/+5
* | | | Ignore transaction management statements in SQL scriptsIhar Hrachyshka2015-01-092-1/+40
|/ / /
* | | Don't add warnings filter on importBrant Knudson2015-01-082-4/+0
|/ /
* | Merge "Fix ibmdb2 unique constraint handling for sqlalchemy 0.9"Jenkins2014-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
|\ \