Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-21 | Add support for running tests in dynamic multi-database mode | Boris Kolpackov | 1 | -4/+9 | |
Only possible in the development build system at this stage. | |||||
2013-02-09 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2013-01-24 | Add support for mapping char[N] to CHAR/VARCHAR database types | Boris Kolpackov | 1 | -2/+2 | |
Also improve query support for arrays (decaying). | |||||
2012-10-08 | Ground work for multi-database support | Boris Kolpackov | 1 | -0/+12 | |
All generated code now includes database id. The database-specific database class interface has been updated to include all the database operations. The database-specific tests now use this interface. | |||||
2012-01-29 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2012-01-29 | Remove author field from file header | Boris Kolpackov | 1 | -1/+0 | |
Too much effort to maintain. | |||||
2012-01-20 | Rewrite size() function to not rely in DATABSE_* macros in header | Boris Kolpackov | 1 | -14/+3 | |
Those are not defined for some tests (e.g., database-specific tests built with VC++ project). | |||||
2012-01-20 | Query support for SQL Server | Boris Kolpackov | 1 | -1/+3 | |
2011-11-08 | Add common/transaction test (port from tracer) | Boris Kolpackov | 1 | -1/+1 | |
2011-10-26 | Disable use of result::size for Oracle tests | Constantin Michael | 1 | -1/+1 | |
2011-10-21 | Correct create_database implementation for Oracle | Constantin Michael | 1 | -2/+0 | |
2011-10-21 | Add Oracle create_database code allowing for specification of character sets | Constantin Michael | 1 | -0/+2 | |
2011-09-22 | Make sure NDEBUG is not defined | Boris Kolpackov | 1 | -0/+6 | |
2011-03-28 | Add schema creation flag to create_database() | Boris Kolpackov | 1 | -1/+4 | |
2011-03-28 | Recode tests to work with implementations lacking result::size() | Boris Kolpackov | 1 | -1/+20 | |
2011-01-04 | Copyright update | Boris Kolpackov | 1 | -1/+1 | |
2010-09-14 | Use options parsing from database instead of our own | Boris Kolpackov | 1 | -1/+1 | |
2010-09-10 | Allow the test to specify max number of connections | Boris Kolpackov | 1 | -2/+3 | |
Use this in common/threads. | |||||
2010-09-08 | Add suppor for VC++ build | Boris Kolpackov | 1 | -0/+18 | |