Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |