Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | apply patch for Issue #43 (better SQLite support) by Florian Apolloner | jan.dittberner | 2008-12-30 | 1 | -13/+37 | |
| | ||||||
* | fixes to postgres, shell. removal of "run" module. | percious17 | 2008-12-02 | 1 | -5/+20 | |
| | ||||||
* | now all databases are running at once. | percious17 | 2008-12-02 | 1 | -0/+1 | |
| | ||||||
* | all tests pass with postgres now | percious17 | 2008-12-02 | 1 | -13/+11 | |
| | ||||||
* | most of the tests are now working with nose. | percious17 | 2008-12-02 | 3 | -3/+21 | |
| | ||||||
* | missed a postgres identifier quoting on renaming | percious17 | 2008-11-27 | 1 | -1/+2 | |
| | ||||||
* | added hook functions which allow the dialects to specify how to indicate ↵ | percious17 | 2008-11-26 | 1 | -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.5 | christian.simms | 2008-08-28 | 2 | -5/+5 | |
| | ||||||
* | - make test_shell not assume Python code is compiled | christian.simms | 2008-03-21 | 1 | -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.dittberner | 2008-02-14 | 2 | -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 root | jan.dittberner | 2008-02-06 | 6 | -0/+238 | |
fixes Issue #5 |