summaryrefslogtreecommitdiff
path: root/migrate/changeset/databases/postgres.py
Commit message (Collapse)AuthorAgeFilesLines
* Retire github mirror, repo moved to opendevHEADmasterJim Rollenhagen2019-09-261-42/+0
|
* drop SQLAlchemy < 0.6 compatibility codeJan Dittberner2011-10-281-8/+4
|
* applying patch for issue #61 by Michael BayeriElectric2009-07-131-1/+2
|
* add support for SA 0.6 by Michael BayeriElectric2009-06-291-4/+5
|
* use sqlalchemy preparer to do SQL quote formatting. this is a raw change, ↵iElectric2009-06-111-18/+5
| | | | tests are yet to be written
* make migrate.changeset.databases PEP-8 clean and add it to the API docsjan.dittberner2009-01-251-23/+32
|
* fixes to postgres, shell. removal of "run" module.percious172008-12-021-5/+20
|
* now all databases are running at once.percious172008-12-021-0/+1
|
* all tests pass with postgres nowpercious172008-12-021-13/+11
|
* most of the tests are now working with nose.percious172008-12-021-1/+2
|
* missed a postgres identifier quoting on renamingpercious172008-11-271-1/+2
|
* added hook functions which allow the dialects to specify how to indicate ↵percious172008-11-261-2/+11
| | | | | identifiers, as this is different in postgres. Also, this fix includes a fix for modification of columns which have tables definied within a schema. This was also broken in postgres.
* moved trunk, branches and tags to project rootjan.dittberner2008-02-061-0/+23
fixes Issue #5