Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-10-15 | Fix broken makefiles | Boris Kolpackov | 2 | -2/+6 | |
2013-07-08 | Fix incorrect ODB_MSC_VER version in VC11 projects | Boris Kolpackov | 1 | -1/+1 | |
2013-07-08 | Add support for Visual Studio 2005 | Boris Kolpackov | 10 | -8/+401 | |
2013-06-21 | Add support for running tests in dynamic multi-database mode | Boris Kolpackov | 8 | -103/+21 | |
Only possible in the development build system at this stage. | |||||
2013-06-06 | Use fixed options file names in database-specific tests | Boris Kolpackov | 7 | -7/+7 | |
2013-06-03 | Use database name in options and driver files (build part) | Boris Kolpackov | 7 | -7/+7 | |
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 | 26 | -26/+26 | |
2013-01-24 | Add support for mapping char[N] to CHAR/VARCHAR database types | Boris Kolpackov | 2 | -9/+74 | |
Also improve query support for arrays (decaying). | |||||
2012-10-29 | Don't make database default in database-specific tests | Boris Kolpackov | 5 | -12/+13 | |
2012-10-08 | Ground work for multi-database support | Boris Kolpackov | 8 | -34/+42 | |
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-09-16 | Add support for Visual Studio 2012 | Boris Kolpackov | 11 | -8/+255 | |
2012-09-11 | Add support for mapping std::array to BLOB and char[16] to UUID types | Boris Kolpackov | 3 | -28/+5 | |
2012-09-06 | Test that database constructors are unambiguous | Boris Kolpackov | 4 | -0/+122 | |
2012-07-25 | Add support for defining indexes | Boris Kolpackov | 5 | -0/+173 | |
New db pragma qualifier: index. New tests: common/index, mysql/index, pgsql/index. | |||||
2012-07-25 | Fix PostgreSQL test template to do the same as in other databases | Boris Kolpackov | 3 | -2/+39 | |
2012-07-17 | Use __ifelse__ instead of m4_ifelse2.1.0.a1 | Boris Kolpackov | 4 | -8/+8 | |
2012-07-11 | Fix array regex to match arrays without bounds | Boris Kolpackov | 1 | -1/+1 | |
2012-07-10 | Add support for custom database type mapping | Boris Kolpackov | 7 | -0/+649 | |
New pragma qualifier, map, and specifiers: as, to, from. New tests: <database>/custom. | |||||
2012-07-10 | Remove unneeded third argument to create_database() | Boris Kolpackov | 1 | -1/+1 | |
2012-03-02 | C++11 support in automake and VC++ projects, portability fixes | Boris Kolpackov | 3 | -2/+6 | |
2012-02-24 | C++11 support (pass --std ODB compiler option in build makefiles) | Boris Kolpackov | 3 | -0/+15 | |
2012-01-29 | Update copyright year | Boris Kolpackov | 16 | -16/+16 | |
2012-01-29 | Remove author field from file header | Boris Kolpackov | 16 | -18/+0 | |
Too much effort to maintain. | |||||
2011-09-22 | Remove NDEBUG macro from VC project; tests always need enabled assert()1.6.0.a2 | Boris Kolpackov | 2 | -4/+4 | |
2011-08-24 | Make tests use unique table prefixes | Boris Kolpackov | 4 | -10/+17 | |
2011-08-04 | Style changes | Boris Kolpackov | 1 | -2/+2 | |
2011-07-28 | Add value_traits specializations for std::vector<char> | Boris Kolpackov | 3 | -41/+4 | |
This allows using it as a buffer for BLOB mapping. | |||||
2011-07-25 | Add type qualifier to large integer literals | Boris Kolpackov | 1 | -2/+2 | |
2011-07-25 | Use initialization syntax instead of assignment | Boris Kolpackov | 1 | -1/+1 | |
2011-07-24 | Remove all references to NUMERIC | Constantin Michael | 2 | -6/+1 | |
2011-07-24 | Correct bug in calculation of varbit byte length | Constantin Michael | 1 | -1/+1 | |
2011-07-22 | Correct typo in file info header | Constantin Michael | 1 | -1/+1 | |
2011-07-22 | Correct makefile ommissions | Constantin Michael | 1 | -1/+1 | |
2011-07-19 | New design for NULL semantics | Boris Kolpackov | 1 | -20/+20 | |
Now, instead of being specified as part of the SQL type with the type pragma, there are separate null and not_null pragmas. The not_null pragma was used to control NULL-ness of object pointers. Now the two pragmas are used consistently for object pointers and simple values (and in the future will work for composite values and containers). | |||||
2011-07-14 | Aesthetic changes to PostgreSQL BIT test | Constantin Michael | 1 | -3/+11 | |
2011-07-14 | Test VARBIT bit length is handled correctly | Constantin Michael | 3 | -18/+78 | |
2011-07-14 | Remove duplicated libodb-pgsql import stubs | Constantin Michael | 2 | -14/+4 | |
2011-07-12 | Add PostgreSQL types and truncation tests | Constantin Michael | 10 | -1/+889 | |
2011-07-06 | Implement pgsql native test | Constantin Michael | 3 | -8/+72 | |
2011-07-06 | Add test infrastructure for libodb-pgsql | Constantin Michael | 16 | -0/+971 | |