Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-27 | Bump version to 1.6.0 | Boris Kolpackov | 3 | -5/+5 | |
2011-07-25 | Bump version to 1.5.01.5.0 | Boris Kolpackov | 3 | -5/+5 | |
2011-07-24 | Remember to set is_null to false if QString is not NULL | Boris Kolpackov | 1 | -0/+2 | |
2011-07-22 | Correct QString null semantics in MySQL and SQLite profiles | Constantin Michael | 2 | -13/+21 | |
2011-07-22 | Make MySQL QString default mapping consistent with other databases | Constantin Michael | 1 | -3/+4 | |
2011-07-22 | Add PostgreSQL support to Qt profile | Constantin Michael | 9 | -0/+436 | |
2011-07-19 | New design for NULL semantics | Boris Kolpackov | 4 | -11/+10 | |
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 | 24 | -38/+71 | |
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 | Bump version to 1.4.0 | Boris Kolpackov | 3 | -5/+5 | |
2011-04-26 | Use struct instead of class in specialization | Boris Kolpackov | 8 | -32/+20 | |
2011-04-24 | Update installation instructions with Qt information | Boris Kolpackov | 1 | -28/+28 | |
2011-04-24 | Improve autoconf test for Qt | Boris Kolpackov | 1 | -5/+61 | |
2011-04-24 | Fix dynamic library support in autotools build | Boris Kolpackov | 2 | -1/+6 | |
2011-04-24 | Cosmetic change | Boris Kolpackov | 1 | -2/+2 | |
2011-04-24 | Provide proper QString to MySQL type mapping | Boris Kolpackov | 1 | -5/+4 | |
2011-04-24 | Add missing default_type_traits specialization | Boris Kolpackov | 1 | -0/+6 | |
2011-04-24 | Get rid of image type argument in value traits template | Boris Kolpackov | 10 | -21/+17 | |
2011-04-22 | Add qt/container implementation | Constantin Michael | 10 | -2/+572 | |
2011-04-22 | Add qt/smart-ptr implementation | Constantin Michael | 11 | -5/+1300 | |
2011-04-22 | Complete qt/basic and qt/date-time implementations | Constantin Michael | 36 | -385/+1012 | |
2011-03-30 | Add code for Qt profile dist build | Constantin Michael | 4 | -12/+30 | |
2011-03-25 | Add --hxx-prologue to qt options for new traits | Constantin Michael | 2 | -9/+13 | |
2011-03-24 | Add first draft support for QDate, QTime, QDateTime, and QByteArray | Constantin Michael | 6 | -7/+311 | |
2011-03-23 | Set VS project file UIDs | Constantin Michael | 2 | -4/+4 | |
2011-03-23 | Persist and load QString as UTF8 string | Constantin Michael | 1 | -12/+13 | |
2011-03-23 | Set QString to map to VARCHAR (56) NOT NULL by default in MySQL | Constantin Michael | 1 | -1/+1 | |
2011-03-23 | Autotools build system setup | Boris Kolpackov | 13 | -7987/+452 | |
2011-03-23 | Add support for Qt QString | Constantin Michael | 3 | -0/+112 | |
2011-03-22 | Add dist build files | Constantin Michael | 22 | -0/+9072 | |
2011-03-17 | Add Qt import stub | Boris Kolpackov | 8 | -4/+508 | |
2011-03-17 | Development build system setup | Boris Kolpackov | 17 | -0/+537 | |
2011-03-17 | Add standard package files | Boris Kolpackov | 6 | -0/+446 | |
INSTALL is still missing. | |||||
2011-03-17 | Add .gitignore file1.3.0 | Boris Kolpackov | 1 | -0/+21 | |