aboutsummaryrefslogtreecommitdiff
path: root/sqlite/types/driver.cxx
AgeCommit message (Collapse)AuthorFilesLines
2012-09-10Add support for alternative UTF-16 image for TEXT in SQLiteBoris Kolpackov1-2/+15
Use it to handle QString and support std::wstring on Windows.
2012-07-18Convert NULLs to NaNs in SQLite for float and doubleBoris Kolpackov1-0/+2
This makes it consistent with SQLite behavior which converts NaNs to NULLs.
2012-01-29Update copyright yearBoris Kolpackov1-1/+1
2012-01-29Remove author field from file headerBoris Kolpackov1-1/+0
Too much effort to maintain.
2011-07-28Add value_traits specializations for std::vector<char>Boris Kolpackov1-2/+2
This allows using it as a buffer for BLOB mapping.
2011-03-28Add SQLite-specific testsBoris Kolpackov1-0/+64