Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-03 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2015-02-06 | Update copyright | Boris Kolpackov | 1 | -1/+1 | |
2013-07-08 | Add support for Visual Studio 2005 | Boris Kolpackov | 1 | -1/+1 | |
2013-06-21 | Add support for running tests in dynamic multi-database mode | Boris Kolpackov | 1 | -88/+226 | |
Only possible in the development build system at this stage. | |||||
2013-02-09 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2013-01-15 | Add support for setting SQL Server transaction isolation level | Boris Kolpackov | 1 | -1/+3 | |
2012-09-06 | Add ability to specify SQLite vfs module in database constructor | Boris Kolpackov | 1 | -0/+1 | |
2012-07-27 | Enable URI paths for SQLite database | Boris Kolpackov | 1 | -1/+8 | |
2012-03-08 | Print usage/version information to STDOUT instead of STDERR | Boris Kolpackov | 1 | -5/+5 | |
2012-03-01 | Add support for using C++11 std::unique_ptr to pass connection factory | Boris Kolpackov | 1 | -5/+64 | |
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 | -0/+12 | |
Those are not defined for some tests (e.g., database-specific tests built with VC++ project). | |||||
2012-01-20 | Fix mssql::database constructor call | Boris Kolpackov | 1 | -1/+1 | |
2012-01-20 | Add initial support for SQL Server test infrastructure | Boris Kolpackov | 1 | -0/+13 | |
2011-10-21 | Correct create_database implementation for Oracle | Constantin Michael | 1 | -9/+4 | |
2011-10-21 | Add Oracle create_database code allowing for specification of character sets | Constantin Michael | 1 | -1/+9 | |
2011-10-21 | Add infrastructure for oracle development testing and implement native test | Constantin Michael | 1 | -0/+14 | |
2011-08-26 | Add support for specifying client character set for MySQL database | Boris Kolpackov | 1 | -1/+1 | |
2011-08-22 | Enable foreign key constraints checking in SQLite | Boris Kolpackov | 1 | -3/+12 | |
Due to bugs in SQLite DDL foreign key support, we have to temporarily disable foreign keys when re-creating the schema. New manual section: 12.5.3, "Foreign Key Constraints". | |||||
2011-07-06 | Add pgsql section to create_database | Constantin Michael | 1 | -0/+14 | |
2011-03-28 | Add schema creation flag to create_database() | Boris Kolpackov | 1 | -1/+9 | |
2011-03-28 | Recode tests to work with implementations lacking result::size() | Boris Kolpackov | 1 | -0/+2 | |
2011-03-27 | Build infrastructure for SQLite | Boris Kolpackov | 1 | -6/+40 | |
2011-02-18 | Add odb::core namespace to be used in using-directives | Boris Kolpackov | 1 | -9/+9 | |
Port all the examples and tests. | |||||
2011-01-04 | Copyright update | Boris Kolpackov | 1 | -1/+1 | |
2010-12-13 | Detect TR1 <memory> availability | Boris Kolpackov | 1 | -3/+1 | |
Also use the wrapper header from libodb. | |||||
2010-09-14 | Rename DB_ID_MYSQL to DATABASE_MYSQL | Boris Kolpackov | 1 | -3/+3 | |
2010-09-14 | Use options parsing from database instead of our own | Boris Kolpackov | 1 | -37/+18 | |
2010-09-13 | Handle option parsing exception | Boris Kolpackov | 1 | -24/+34 | |
2010-09-13 | Make test options consistent with MySQL | Boris Kolpackov | 1 | -2/+2 | |
2010-09-10 | Allow the test to specify max number of connections | Boris Kolpackov | 1 | -2/+10 | |
Use this in common/threads. | |||||
2010-09-08 | Add suppor for VC++ build | Boris Kolpackov | 1 | -0/+49 | |