aboutsummaryrefslogtreecommitdiff
path: root/sqlite
AgeCommit message (Collapse)AuthorFilesLines
2011-09-22Remove NDEBUG macro from VC project; tests always need enabled assert()1.6.0.a2Boris Kolpackov2-4/+4
2011-08-24Make tests use unique table prefixesBoris Kolpackov4-10/+17
2011-07-28Add value_traits specializations for std::vector<char>Boris Kolpackov3-43/+5
This allows using it as a buffer for BLOB mapping.
2011-07-19New design for NULL semanticsBoris Kolpackov1-6/+6
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-04-18Get rid of image type argument in value_traitsBoris Kolpackov1-2/+2
2011-03-30Autotools support for SQLiteBoris Kolpackov3-0/+1
2011-03-28Factor out common buffer implementationBoris Kolpackov2-79/+2
2011-03-28Add SQLite-specific testsBoris Kolpackov25-0/+1799