Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |