Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-05-24 | Update copyright year | Karen Arutyunov | 28 | -28/+28 | |
2017-01-03 | Update copyright year | Boris Kolpackov | 28 | -28/+28 | |
2016-06-15 | Get rid of C++11 deprecation warnings for auto_ptr, exception specs | Boris Kolpackov | 2 | -2/+4 | |
In particular, std::auto_ptr is no longer mapped in C++11. | |||||
2015-02-06 | Update copyright | Boris Kolpackov | 28 | -28/+28 | |
2014-11-25 | Implement bulk database operation support for Oracle and SQL Server | Boris Kolpackov | 2 | -0/+9 | |
2014-02-01 | Don't use toStdString() since it may not be available | Boris Kolpackov | 3 | -3/+13 | |
2013-07-03 | Add support for sub-seconds in MySQL | Boris Kolpackov | 2 | -9/+15 | |
2013-06-21 | Add options files for common database | Boris Kolpackov | 1 | -0/+5 | |
2013-02-12 | Suppress conversion warning | Boris Kolpackov | 1 | -1/+1 | |
2013-02-09 | Update copyright year | Boris Kolpackov | 27 | -27/+27 | |
2013-02-07 | Initialize second_part which apparently is used by MariaDB | Boris Kolpackov | 3 | -0/+13 | |
2013-02-07 | Explicitly specify hton type (Qt5 compatibility) | Boris Kolpackov | 1 | -1/+3 | |
2013-02-05 | Don't use deprecated Qt API (removed in Qt5) | Boris Kolpackov | 3 | -3/+3 | |
2013-02-05 | Initialize the sign member of MYSQL_TIME image | Boris Kolpackov | 3 | -1/+4 | |
2012-07-30 | Add missing <odb/post.hxx> includes | Boris Kolpackov | 15 | -0/+30 | |
2012-06-27 | Add support for mapping posix_time::ptime and QDateTime to DATE Oracle type | Boris Kolpackov | 1 | -0/+55 | |
2012-01-30 | Handle SMALLDATETIME case in SQL Server QDateTime traits implementation1.8.0 | Boris Kolpackov | 1 | -13/+25 | |
2012-01-29 | Update copyright year | Boris Kolpackov | 27 | -27/+27 | |
2012-01-29 | Remove author field from file header | Boris Kolpackov | 27 | -27/+0 | |
Too much effort to maintain. | |||||
2012-01-14 | Move database-specific option files into sub-profile sub-directories | Boris Kolpackov | 5 | -0/+75 | |
2012-01-14 | Cosmetic changes | Boris Kolpackov | 1 | -5/+7 | |
2012-01-14 | Date-time part of Qt profile implementation for SQL Server | Boris Kolpackov | 4 | -0/+268 | |
2011-12-05 | Handle microsecond resolution in PostgreSQL Qt date-time mappings | Constantin Michael | 3 | -28/+23 | |
2011-11-24 | Rename min to minute to avoid clash with unfortunately named MSVC macro | Constantin Michael | 2 | -5/+5 | |
2011-11-15 | Correct second precision handling | Constantin Michael | 3 | -6/+6 | |
2011-11-11 | Add Oracle support for Qt profile | Constantin Michael | 4 | -0/+252 | |
2011-07-22 | Add PostgreSQL support to Qt profile | Constantin Michael | 4 | -0/+244 | |
2011-07-19 | New design for NULL semantics | Boris Kolpackov | 2 | -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-27 | Use QtCore prefix when including Qt headers1.4.0 | Boris Kolpackov | 8 | -12/+12 | |
This appears to be more portable. For example, on Mac OS X with -framework QtCore option include <QString> does not work while including <QtCore/QString> does. | |||||
2011-04-26 | Use struct instead of class in specialization | Boris Kolpackov | 6 | -26/+16 | |
2011-04-24 | Get rid of image type argument in value traits template | Boris Kolpackov | 6 | -10/+10 | |
2011-04-22 | Add qt/container implementation | Constantin Michael | 1 | -1/+1 | |
2011-04-22 | Complete qt/basic and qt/date-time implementations | Constantin Michael | 10 | -0/+739 | |