Age | Commit message (Expand) | Author | Files | Lines |
2011-12-01 | Make sure PostgreSQL psql driver stops at first error and exits with error code | Boris Kolpackov | 2 | -2/+2 |
2011-12-01 | Cosmetic changes | Boris Kolpackov | 1 | -3/+3 |
2011-11-30 | Add tests for QString NCHAR and NVARCHAR2 mapping | Constantin Michael | 2 | -6/+26 |
2011-11-30 | Use VARCHAR2 instead of VARCHAR in Oracle test | Boris Kolpackov | 1 | -1/+1 |
2011-11-30 | Add test for fixed-point numbers | Boris Kolpackov | 2 | -0/+10 |
2011-11-30 | Cosmetic automake changes | Boris Kolpackov | 7 | -29/+29 |
2011-11-29 | Use biggest int type to avoid potential warnings | Boris Kolpackov | 1 | -1/+1 |
2011-11-28 | Clear shell variables before appending | Boris Kolpackov | 6 | -1/+20 |
2011-11-28 | Corrections to Oracle test scripts for Windows | Constantin Michael | 2 | -3/+4 |
2011-11-28 | Corrections to Oracle user configuration script | Constantin Michael | 1 | -4/+4 |
2011-11-25 | Corrections to Oracle user configuration script | Constantin Michael | 1 | -8/+6 |
2011-11-24 | Add Oracle to automake and Visual Studio build | Constantin Michael | 36 | -4/+2522 |
2011-11-24 | Specify correct license in file headers | Constantin Michael | 6 | -6/+6 |
2011-11-21 | Add support for common tests without ODB compilation for automake/VC projects | Boris Kolpackov | 3 | -5/+12 |
2011-11-21 | Add template to list of Oracle-specific tests | Boris Kolpackov | 1 | -0/+1 |
2011-11-21 | Exclude include test from distribution list | Boris Kolpackov | 1 | -1/+1 |
2011-11-18 | Correct license in file headers | Constantin Michael | 4 | -4/+4 |
2011-11-16 | Test containers of Oracle LOB types | Constantin Michael | 3 | -2/+20 |
2011-11-16 | Add tests for Oracle LOB support of QByteArray and QString | Constantin Michael | 2 | -6/+25 |
2011-11-11 | Shorten table prefixes to help Oracle | Boris Kolpackov | 9 | -9/+9 |
2011-11-11 | Minor fixes to Oracle driver generator | Boris Kolpackov | 1 | -5/+5 |
2011-11-11 | Add tests for Oracle support of Qt profile | Constantin Michael | 15 | -7/+672 |
2011-11-11 | Set and export LD_LIBRARY_PATH and SQLPATH in Oracle test driver | Constantin Michael | 1 | -0/+14 |
2011-11-10 | Test large Oracle LOBs | Constantin Michael | 2 | -0/+45 |
2011-11-10 | Oracle INTERVAL hours field valid range is 0-23 | Constantin Michael | 1 | -1/+1 |
2011-11-10 | Add descriptor management flags for TIMESTAMP and INTERVAL image types | Boris Kolpackov | 2 | -1/+27 |
2011-11-09 | Make sure we can use same type as both container and simple value | Boris Kolpackov | 2 | -1/+9 |
2011-11-08 | Add support for const version members | Boris Kolpackov | 1 | -1/+1 |
2011-11-08 | Add common/transaction test (port from tracer) | Boris Kolpackov | 6 | -1/+271 |
2011-11-08 | Get rid of special tracer database | Boris Kolpackov | 55 | -1918/+252 |
2011-11-08 | Add tests for Oracle support of the Boost profile | Constantin Michael | 11 | -2/+524 |
2011-11-08 | Add tests for Oracle INTERVAL temporal types | Constantin Michael | 3 | -25/+217 |
2011-11-08 | Get rid of custom value_traits specialization in query test | Boris Kolpackov | 7 | -263/+3 |
2011-11-03 | Restore oracle sub-directory in all_dirs | Boris Kolpackov | 1 | -2/+1 |
2011-11-03 | Use ODB_DATABASE_XXX macros instead DATABASE_XXX in ODB-compiled headers1.7.0.a1 | Boris Kolpackov | 2 | -14/+10 |
2011-11-03 | Temporarily remove oracle sub-directory from all_dirs | Boris Kolpackov | 1 | -1/+2 |
2011-11-03 | Add support for mapping char[N] and unsigned char[N] types to BLOB | Boris Kolpackov | 5 | -0/+236 |
2011-11-02 | Bump version to 1.7.0.a1 | Boris Kolpackov | 1 | -1/+1 |
2011-11-02 | Add example for optimistic concurrency support | Boris Kolpackov | 1 | -1/+1 |
2011-11-02 | Add result_iterator::id() function that returns id without loading object | Boris Kolpackov | 2 | -0/+15 |
2011-11-02 | Prevent potential image overwrite in MySQL query result | Boris Kolpackov | 1 | -1/+6 |
2011-11-01 | Fix bug in view column parsing | Boris Kolpackov | 1 | -13/+1 |
2011-11-01 | Implement support for optimistic concurrency | Boris Kolpackov | 5 | -0/+488 |
2011-11-01 | Enable query test 14 for Oracle | Constantin Michael | 1 | -2/+0 |
2011-11-01 | Only pass -S option to sqlplus when the Oracle driver is passed a file | Constantin Michael | 1 | -1/+2 |
2011-10-27 | Make sure output directory exist before generating config.h | Boris Kolpackov | 1 | -1/+1 |
2011-10-27 | Add support for persistent classes without object ids | Boris Kolpackov | 5 | -0/+235 |
2011-10-27 | Dereference nullable | Boris Kolpackov | 1 | -1/+1 |
2011-10-27 | Rename typedef type for clarity | Constantin Michael | 2 | -4/+5 |
2011-10-27 | Temporarily exclude query test 14 from Oracle test suite | Constantin Michael | 1 | -13/+15 |