Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | support for SA 0.5.1. | percious17 | 2009-01-19 | 2 | -9/+41 | |
| | | | | | | | Only postgres is working fully. MySQL has 2 broken tests. sqlite has about 4 broken tests. | |||||
* | integrate patch for supporting CheckConstraints by srittau. | jan.dittberner | 2009-01-10 | 2 | -0/+45 | |
| | | | | Fixes Issue #31 needs a test case | |||||
* | apply patch for Issue #43 (better SQLite support) by Florian Apolloner | jan.dittberner | 2008-12-30 | 1 | -13/+37 | |
| | ||||||
* | fixed bug in create column where foreign keys were being left out. | percious17 | 2008-12-16 | 1 | -5/+9 | |
| | ||||||
* | fixes to postgres, shell. removal of "run" module. | percious17 | 2008-12-02 | 1 | -5/+20 | |
| | ||||||
* | print statement removal | percious17 | 2008-12-02 | 1 | -2/+0 | |
| | ||||||
* | 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 | 4 | -4/+24 | |
| | ||||||
* | modified altering of columns to support postgres. | percious17 | 2008-11-27 | 1 | -3/+3 | |
| | ||||||
* | missed a postgres identifier quoting on renaming | percious17 | 2008-11-27 | 2 | -6/+5 | |
| | ||||||
* | added hook functions which allow the dialects to specify how to indicate ↵ | percious17 | 2008-11-26 | 2 | -6/+27 | |
| | | | | | 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. | |||||
* | integrate patch for Issue 33 | jan.dittberner | 2008-09-16 | 1 | -1/+1 | |
| | ||||||
* | add support for SA 0.5 | christian.simms | 2008-08-28 | 4 | -15/+11 | |
| | ||||||
* | - 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 | |||||
* | make import of sqlalchemy's SchemaGenerator work regardless of previous imports | christian.simms | 2008-02-18 | 1 | -1/+1 | |
| | ||||||
* | integrated patch by Christian Simms posted at ↵ | jan.dittberner | 2008-02-14 | 4 | -14/+21 | |
| | | | | | | 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 | 11 | -0/+1011 | |
fixes Issue #5 |