Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-24 | Rename min to minute to avoid clash with unfortunately named MSVC macro | Constantin Michael | 2 | -5/+5 | |
2011-11-16 | Map QByteArray to Oracle BLOB by default | Constantin Michael | 2 | -3/+6 | |
2011-11-16 | Support mapping of QByteArray and QString to Oracle LOB types | Constantin Michael | 2 | -1/+211 | |
2011-11-16 | Truncate excess QString and QByteArray data mapped to CHAR and RAW types | Constantin Michael | 2 | -8/+7 | |
2011-11-15 | Correct second precision handling | Constantin Michael | 3 | -6/+6 | |
2011-11-11 | Add Oracle support for Qt profile | Constantin Michael | 9 | -0/+459 | |
2011-11-03 | Qualify details namespace with odb to help buggy VC++1.7.0.a1 | Boris Kolpackov | 1 | -1/+1 | |
2011-11-02 | Include default mapping in prologue instead of epilogue | Boris Kolpackov | 6 | -6/+24 | |
This will allow the user to customize the mapping. | |||||
2011-11-02 | Bump version to 1.7.0.a1 | Boris Kolpackov | 3 | -7/+7 | |
2011-10-28 | Introduce interface version for Qt and Boost profiles | Boris Kolpackov | 2 | -4/+12 | |
This will allow us to make bugfix releases without having to update ODB compiler binaries, which include these libraries. | |||||
2011-10-28 | Don't use QByteArray replace() overload that was only added in Qt 4.7 | Boris Kolpackov | 3 | -3/+21 | |
The bad thing is that another overload, added in Qt 4.5, was silently used in 4.5-4.6 versions which predictably did the wrong thing. | |||||
2011-10-27 | Make sure output directory exist before generating config.h | Boris Kolpackov | 1 | -1/+1 | |
2011-10-21 | Add support for const data members | Boris Kolpackov | 1 | -2/+8 | |
Const data members are automatically treated as readonly. New test: const-member. | |||||
2011-10-19 | Mention autotools as prerequisite in INSTALL-GIT | Boris Kolpackov | 1 | -3/+9 | |
2011-10-03 | Don't add -framework OS X option to CPPFLAGS1.6.0 | Boris Kolpackov | 1 | -4/+0 | |
It is only necessary in LDFLAGS and adding it to CPPFLAGS causes warnings. | |||||
2011-10-03 | Bump version to 1.6.0 | Boris Kolpackov | 3 | -5/+5 | |
2011-09-22 | Workaround for VC91.6.0.a2 | Boris Kolpackov | 1 | -1/+1 | |
2011-09-21 | Rework const object handling | Boris Kolpackov | 1 | -0/+11 | |
Now objects are always loaded as non-const and the object cache in session treats all objects as non-const. | |||||
2011-09-20 | Bump version to 1.6.0.a2 | Boris Kolpackov | 3 | -5/+5 | |
2011-08-22 | Bump version to 1.6.0.a11.6.0.a1 | Boris Kolpackov | 3 | -5/+5 | |
2011-08-04 | Add support for Qt QSharedPointer as value wrapper | Boris Kolpackov | 2 | -0/+65 | |
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 | |