Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-20 | Add initial support for SQL Server test infrastructure | Boris Kolpackov | 10 | -2/+150 | |
2012-01-08 | Add support for defining composite value type as class template instantiations | Boris Kolpackov | 3 | -2/+99 | |
2011-12-06 | Override second version of tracer::execute() to suppress Sun CC warning1.7.0 | Boris Kolpackov | 1 | -0/+9 | |
2011-12-05 | Bump version to 1.7.0 | Boris Kolpackov | 1 | -1/+1 | |
2011-12-05 | Test updated PostgreSQL date-time mappings which handle microsecond resolutions | Constantin Michael | 2 | -69/+56 | |
2011-12-05 | Add link to licensing overview page | Boris Kolpackov | 1 | -0/+6 | |
2011-12-05 | Update Oracle runtime license | Boris Kolpackov | 1 | -7/+8 | |
2011-12-01 | Instantiate QCoreApplication in Qt tests/examples | Boris Kolpackov | 15 | -0/+55 | |
It performs Qt initialization/finalization and without it bad things will happen (like deleting TLS keys that don't belong to Qt). | |||||
2011-12-01 | Cosmetic changes | Boris Kolpackov | 3 | -8/+8 | |
2011-12-01 | Correct license information | Boris Kolpackov | 2 | -2/+2 | |
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 | |
For a query expression that has only by-value parameters, we guarantee that it can be used by multiple threads. However, the way we handle TIMESTAMP and INTERVAL types now requires the modification of the image during query execution. To resolve this, the datetime, interval_ym, and interval_ds image types now have flags that allow the query implementation to avoid the modification. | |||||
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 | |
The include, types, and pragma tests have been moved to the common/ directory while the object test has been merged into common/lifecycle. The transaction test will be re-implemented as common/ test as soon as SQL statement tracing support is merged. | |||||
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 | |
auto_ptr<string> is now handled automatically as a wrapper. | |||||
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 | |
DATABASE_XXX macros are not defined when building from VC++ project. | |||||
2011-11-03 | Temporarily remove oracle sub-directory from all_dirs | Boris Kolpackov | 1 | -1/+2 | |
This is for the 1.7.0.a1 release, which doesn't include Oracle support. | |||||
2011-11-03 | Add support for mapping char[N] and unsigned char[N] types to BLOB | Boris Kolpackov | 5 | -0/+236 | |
New test: common/blob. | |||||
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 | |