aboutsummaryrefslogtreecommitdiff
path: root/odb/boost/date-time/mysql
AgeCommit message (Collapse)AuthorFilesLines
2013-02-09Update copyright yearBoris Kolpackov4-4/+4
2013-02-07Initialize second_part which apparently is used by MariaDBBoris Kolpackov2-0/+15
2013-02-05Initialize the sign member of MYSQL_TIME imageBoris Kolpackov2-1/+4
2012-07-30Add missing <odb/post.hxx> includesBoris Kolpackov1-0/+2
2012-01-29Update copyright yearBoris Kolpackov4-4/+4
2012-01-29Remove author field from file headerBoris Kolpackov4-6/+0
Too much effort to maintain.
2011-07-19New design for NULL semanticsBoris Kolpackov2-3/+3
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-26Use struct instead of class in specializationBoris Kolpackov2-11/+7
2011-04-24Add missing default_type_traits specializationsBoris Kolpackov2-0/+18
2011-04-19Get rid of image type argument in value_traitsBoris Kolpackov2-7/+4
2011-03-24Implement boost date-time traits as default_value_traits specializationsConstantin Michael2-6/+7
2011-03-02Add support for boost date, ptime, and time_durationConstantin Michael3-3/+199
2011-02-04Add support for smart-ptr, unordered, and date_time (basic)Boris Kolpackov2-0/+83