Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-17 | Bump version to 2.1.0.a12.1.0.a1 | Boris Kolpackov | 3 | -7/+7 | |
2012-07-03 | Add template qualifiers that are missing according to Clang 3.1 | Boris Kolpackov | 2 | -10/+12 | |
2012-06-27 | Add support for mapping posix_time::ptime and QDateTime to DATE Oracle type | Boris Kolpackov | 1 | -0/+55 | |
2012-05-04 | Add -D_REENTRANT when building on Linux to emulate -pthread | Boris Kolpackov | 1 | -1/+3 | |
2012-04-29 | Bump version to 2.0.02.0.0 | Boris Kolpackov | 3 | -7/+7 | |
2012-04-23 | Polymorphic inheritance support | Boris Kolpackov | 1 | -1/+15 | |
2012-03-02 | Bump version to 1.9.0.a1 | Boris Kolpackov | 3 | -7/+7 | |
2012-03-02 | Portability workarounds for incomplete C++11 support in VC++ and old GCC | Boris Kolpackov | 1 | -2/+2 | |
2012-02-29 | Use move instead of copy in container traits if C++11 is available | Boris Kolpackov | 3 | -5/+5 | |
2012-02-28 | Improve lazy pointer interface if C++11 is available | Boris Kolpackov | 1 | -0/+9 | |
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 | |