Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-29 | Include default mapping in prologue instead of epilogue (Oracle) | Boris Kolpackov | 2 | -2/+10 | |
2011-11-24 | Rename min to minute to avoid clash with unfortunately named MSVC macro | Constantin Michael | 2 | -5/+5 | |
2011-11-15 | Remove unnecessary variable initializations | Constantin Michael | 2 | -5/+5 | |
2011-11-08 | Implement Boost profile for Oracle | Constantin Michael | 6 | -0/+315 | |
2011-11-02 | Include default mapping in prologue instead of epilogue | Boris Kolpackov | 6 | -6/+30 | |
This will allow the user to customize the mapping. | |||||
2011-07-22 | Add PostgreSQL support to Boost profile | Constantin Michael | 6 | -0/+285 | |
2011-07-19 | New design for NULL semantics | Boris Kolpackov | 4 | -6/+6 | |
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-26 | Use struct instead of class in specialization | Boris Kolpackov | 4 | -26/+16 | |
2011-04-24 | Add missing default_type_traits specializations | Boris Kolpackov | 4 | -0/+36 | |
2011-04-19 | Get rid of image type argument in value_traits | Boris Kolpackov | 4 | -19/+10 | |
2011-04-05 | Use time_duration::sec_type instead of long | Boris Kolpackov | 1 | -1/+1 | |
2011-04-04 | Add SQLite support for Boost profile | Constantin Michael | 8 | -2/+424 | |
2011-03-24 | Implement boost date-time traits as default_value_traits specializations | Constantin Michael | 2 | -6/+7 | |
2011-03-02 | Get rid of unnecessary qualifications | Boris Kolpackov | 1 | -2/+2 | |
2011-03-02 | Add support for boost date, ptime, and time_duration | Constantin Michael | 6 | -3/+220 | |
2011-02-04 | Add support for smart-ptr, unordered, and date_time (basic) | Boris Kolpackov | 5 | -0/+144 | |