summaryrefslogtreecommitdiff
path: root/migrate/changeset/databases/postgres.py
Commit message (Collapse)AuthorAgeFilesLines
* 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