Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-30 | Handle SMALLDATETIME case in SQL Server QDateTime traits implementation1.8.0 | Boris Kolpackov | 1 | -13/+25 | |
2012-01-29 | Bump version to 1.8.0 | Boris Kolpackov | 3 | -7/+7 | |
2012-01-29 | Fix incorrect copyright holder | Boris Kolpackov | 4 | -4/+4 | |
2012-01-29 | Update copyright year | Boris Kolpackov | 97 | -97/+97 | |
2012-01-29 | Remove author field from file header | Boris Kolpackov | 97 | -98/+1 | |
Too much effort to maintain. | |||||
2012-01-22 | Change default Oracle std::string mapping to 512 from 4000 | Boris Kolpackov | 1 | -1/+1 | |
2012-01-14 | Move database-specific option files into sub-profile sub-directories | Boris Kolpackov | 12 | -10/+22 | |
2012-01-14 | Cosmetic changes | Boris Kolpackov | 1 | -5/+7 | |
2012-01-14 | Basic Qt profile implementation for SQL Server | Boris Kolpackov | 4 | -0/+589 | |
2012-01-14 | Date-time part of Qt profile implementation for SQL Server | Boris Kolpackov | 5 | -0/+283 | |
2011-12-22 | Rename *_chunk to chunk_* enumerators in Oracle for consistency | Boris Kolpackov | 2 | -13/+13 | |
2011-12-05 | Bump version to 1.7.01.7.0 | Boris Kolpackov | 3 | -7/+7 | |
2011-12-05 | Handle microsecond resolution in PostgreSQL Qt date-time mappings | Constantin Michael | 3 | -28/+23 | |
2011-12-05 | Add link to licensing overview page | Boris Kolpackov | 1 | -0/+6 | |
2011-12-01 | Remove stray export macros | Boris Kolpackov | 1 | -4/+2 | |
2011-11-30 | Add NCHAR/NVARCHAR2 default_value_traits specialization for QString | Constantin Michael | 1 | -2/+11 | |
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 | |