summaryrefslogtreecommitdiff
path: root/migrate/changeset/databases
Commit message (Collapse)AuthorAgeFilesLines
...
* apply patch for Issue #43 (better SQLite support) by Florian Apollonerjan.dittberner2008-12-301-13/+37
|
* 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-023-3/+21
|
* 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.
* add support for SA 0.5christian.simms2008-08-282-5/+5
|
* - make test_shell not assume Python code is compiledchristian.simms2008-03-211-1/+1
| | | | - update results in test_shell so that it works in Postgresql - make Oracle changesets generate valid sql syntax when a modified column's default value changes to NULL
* integrated patch by Christian Simms posted at ↵jan.dittberner2008-02-142-1/+2
| | | | | | http://groups.google.com/group/migrate-users/browse_thread/thread/952a2185baf70c4d fix all test cases for sqlalchemy>=0.4 and still works with sqlalchemy>=0.3.10 fixes #9
* moved trunk, branches and tags to project rootjan.dittberner2008-02-066-0/+238
fixes Issue #5