Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-13 | Drop copyright notice from source code | Karen Arutyunov | 4 | -4/+0 | |
2019-01-17 | Update copyright year | Karen Arutyunov | 4 | -4/+4 | |
2018-05-24 | Update copyright year | Karen Arutyunov | 4 | -4/+4 | |
2017-01-03 | Update copyright year | Boris Kolpackov | 4 | -4/+4 | |
2015-02-06 | Update copyright | Boris Kolpackov | 4 | -4/+4 | |
2014-06-03 | Support for VC12 (2013), initial work | Boris Kolpackov | 1 | -1/+4 | |
2013-07-08 | Add support for Visual Studio 2005 | Boris Kolpackov | 1 | -2/+4 | |
2013-06-21 | Add support for running tests in dynamic multi-database mode | Boris Kolpackov | 2 | -26/+22 | |
Only possible in the development build system at this stage. | |||||
2013-06-13 | Handle --database option directly in automake and VC++ projects | Boris Kolpackov | 1 | -2/+3 | |
2013-06-03 | Use database name in options and driver files (build part) | Boris Kolpackov | 1 | -1/+1 | |
This way we will be able to have several databases configured at the same time, which is needed for multi-database support testing. | |||||
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 | 4 | -4/+4 | |
2013-02-08 | Add schema_catalog::exists() function | Boris Kolpackov | 1 | -1/+1 | |
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. |