Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-05-24 | Update copyright year | Karen Arutyunov | 34 | -34/+34 | |
2017-01-03 | Update copyright year | Boris Kolpackov | 34 | -34/+34 | |
2016-06-15 | Get rid of C++11 deprecation warnings for auto_ptr, exception specs | Boris Kolpackov | 2 | -4/+6 | |
In particular, std::auto_ptr is no longer mapped in C++11. | |||||
2015-02-06 | Update copyright | Boris Kolpackov | 34 | -34/+34 | |
2014-11-25 | Implement bulk database operation support for Oracle and SQL Server | Boris Kolpackov | 2 | -0/+18 | |
2013-07-08 | Add support for Visual Studio 2005 | Boris Kolpackov | 1 | -1/+4 | |
2013-06-27 | Add support for sub-seconds in MySQL | Boris Kolpackov | 1 | -8/+47 | |
This is supported since MySQL 5.6.4. | |||||
2013-06-21 | Add options files for common database | Boris Kolpackov | 2 | -0/+10 | |
2013-02-09 | Update copyright year | Boris Kolpackov | 32 | -32/+32 | |
2013-02-07 | Initialize second_part which apparently is used by MariaDB | Boris Kolpackov | 2 | -0/+15 | |
2013-02-05 | Initialize the sign member of MYSQL_TIME image | Boris Kolpackov | 2 | -1/+4 | |
2012-09-06 | Use default_value_traits instead of value_traits | Boris Kolpackov | 2 | -3/+3 | |
2012-07-30 | Add missing <odb/post.hxx> includes | Boris Kolpackov | 5 | -0/+10 | |
2012-06-27 | Add support for mapping posix_time::ptime and QDateTime to DATE Oracle type | Boris Kolpackov | 1 | -2/+65 | |
2012-01-29 | Update copyright year | Boris Kolpackov | 32 | -32/+32 | |
2012-01-29 | Remove author field from file header | Boris Kolpackov | 32 | -34/+0 | |
Too much effort to maintain. | |||||
2012-01-13 | Boost profile implementation for SQL Server | Boris Kolpackov | 6 | -0/+330 | |
2011-12-05 | Improve PostgreSQL boost date-time mappings to handle microsecond resolution | Constantin Michael | 1 | -23/+33 | |
Note that these changes also remove the limitation for minimum and maximum date times imposed by the Boost 64 bit std::time_t implementation. The ptime mapping no longer utilizes the Boost std::time_t interface. | |||||
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 | |