Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-21 | Add support for running tests in dynamic multi-database mode | Boris Kolpackov | 1 | -9/+3 | |
Only possible in the development build system at this stage. | |||||
2013-04-26 | Add support for extra database info in primary key | Boris Kolpackov | 18 | -18/+18 | |
Use that to handle Oracle sequence name and SQLite lax auto ids. | |||||
2013-04-26 | Add support for table options in changelog, use to handle MySQL engine | Boris Kolpackov | 19 | -31/+31 | |
2013-04-26 | Use open, closed names in version pragma | Boris Kolpackov | 10 | -10/+10 | |
2013-04-26 | Add database name to changelog | Boris Kolpackov | 95 | -95/+95 | |
2013-04-10 | Generate add/drop foreign key migration statements | Boris Kolpackov | 36 | -36/+36 | |
Also add the --fkeys-deferrable-mode option. General schemas generation rework. | |||||
2013-04-10 | Generate add/drop table migration statements | Boris Kolpackov | 1 | -2/+3 | |
2013-04-10 | Add changelog support for add/drop index/foreign key | Boris Kolpackov | 46 | -7/+971 | |
Also diagnose changes to primary keys and establish the 'alters' association. | |||||
2013-04-10 | Add changelog support for add, drop, and later column | Boris Kolpackov | 34 | -1/+481 | |
2013-04-10 | Add changelog test | Boris Kolpackov | 39 | -0/+1229 | |