Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-12 | Disable constraint checking in MySQL | Boris Kolpackov | 1 | -3/+9 | |
This test can either create tables or drop them in the "wrong" order, depending on the static initialization order. For MySQL we can create things but not drop (no IF EXISTS or similar support). | |||||
2013-02-09 | Update copyright year | Boris Kolpackov | 7 | -7/+7 | |
2013-02-08 | Add schema_catalog::exists() function | Boris Kolpackov | 5 | -1/+200 | |
2013-02-08 | Misc fixes | Boris Kolpackov | 1 | -4/+4 | |
2013-02-07 | Use multi-pass table creation in MySQL | Boris Kolpackov | 5 | -0/+221 | |
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. |