aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/traits.hxx
AgeCommit message (Collapse)AuthorFilesLines
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