Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-21 | Add support for running tests in dynamic multi-database mode | Boris Kolpackov | 1 | -0/+2 | |
Only possible in the development build system at this stage. | |||||
2013-02-09 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2013-02-08 | Misc fixes | Boris Kolpackov | 1 | -2/+2 | |
2013-02-07 | Use multi-pass table creation in MySQL | Boris Kolpackov | 1 | -0/+157 | |
This deals with table creation order and circular dependencies. Unfortunately, there doesn't seem to be a way in MySQL to drop a foreign key only if it exists without resorting to stored procedures. |