Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-01-17 | Update copyright year | Karen Arutyunov | 7 | -7/+7 | |
2018-05-24 | Update copyright year | Karen Arutyunov | 7 | -7/+7 | |
2017-01-03 | Update copyright year | Boris Kolpackov | 7 | -7/+7 | |
2015-02-06 | Update copyright | Boris Kolpackov | 7 | -7/+7 | |
2014-06-03 | Support for VC12 (2013), initial work | Boris Kolpackov | 2 | -2/+8 | |
2013-07-08 | Add support for Visual Studio 2005 | Boris Kolpackov | 2 | -4/+8 | |
2013-06-21 | Add support for running tests in dynamic multi-database mode | Boris Kolpackov | 3 | -42/+34 | |
Only possible in the development build system at this stage. | |||||
2013-06-13 | Handle --database option directly in automake and VC++ projects | Boris Kolpackov | 2 | -6/+8 | |
2013-06-03 | Use database name in options and driver files (build part) | Boris Kolpackov | 2 | -2/+2 | |
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-09 | Update copyright year | Boris Kolpackov | 7 | -7/+7 | |
2012-09-16 | Add support for Visual Studio 2012 | Boris Kolpackov | 2 | -2/+6 | |
2012-09-06 | Split polymorphism test.hxx to multiple files | Boris Kolpackov | 1 | -1/+1 | |
2012-07-17 | Add support for tests with multiple ODB headers | Boris Kolpackov | 2 | -6/+7 | |
2012-07-17 | Disable foreign keys for MySQL and SQLite while creating schema | Boris Kolpackov | 1 | -1/+21 | |
2012-07-16 | Fix code generation for circularly-dependant classes in separate headers | Boris Kolpackov | 9 | -0/+394 | |
New tests: common/circular/{single,multiple}. |