aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/traits.hxx
AgeCommit message (Collapse)AuthorFilesLines
2011-11-03Add support for mapping char[N] and unsigned char[N] types to BLOB1.7.0.a1Boris Kolpackov1-0/+77
New test: common/blob.
2011-11-03Add support for mapping std::vector<unsigned char> to BLOB typesBoris Kolpackov1-1/+36
2011-10-21Add support for const data membersBoris Kolpackov1-2/+2
Const data members are automatically treated as readonly. New test: const-member.
2011-09-22Add const char[n] value_traits specialization in addition to char[n]1.6.0.a2Boris Kolpackov1-0/+11
2011-09-16Support for views; integrated partBoris Kolpackov1-2/+18
2011-08-04Add support for value wrappersBoris Kolpackov1-1/+118
Wrapper is a class that wraps another type. Examples of wrappers are various smart pointers, holders, etc. A wrapper can be transparent or it can handle the NULL semantics. The new odb::nullable class template is a NULL wrapper that helps to add the NULL semantics to a value type. New test: common/wrapper.
2011-07-28Add value_traits specializations for std::vector<char>Boris Kolpackov1-0/+30
This allows using it as a buffer for BLOB mapping.
2011-04-18Get rid of image type argument in value_traitsBoris Kolpackov1-12/+29
2011-03-22Implement built-in value traits for SQLiteBoris Kolpackov1-0/+230