aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/traits.hxx
AgeCommit message (Expand)AuthorFilesLines
2011-08-04Add support for value wrappersBoris Kolpackov1-1/+227
2011-07-28Add value_traits specializations for std::vector<char>Boris Kolpackov1-0/+30
2011-07-25Remove @@ notes that no longer applyBoris Kolpackov1-2/+0
2011-07-14Map unsigned short and int C++ types to SMALLINT and INTEGER by defaultConstantin Michael1-2/+2
2011-07-13Add support for DATE, TIME and TIMESTAMP SQL typesConstantin Michael1-13/+9
2011-07-04Correct traits byte-order conversionConstantin Michael1-1/+1
2011-06-24Move byte order conversion to traits set_value/set_image functionsConstantin Michael1-2/+3
2011-06-07Remove enum from set of supported typesConstantin Michael1-18/+2
2011-06-02Add date/time type image_traitsConstantin Michael1-1/+14
2011-05-31Complete traitsConstantin Michael1-11/+54
2011-05-27Add traitsConstantin Michael1-0/+291