Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-20 | Implement callback data re-basing support for LOB result streaming | Boris Kolpackov | 1 | -4/+37 | |
This is used by the query machinery when a copy of the image has to be made. In this case stream_result() needs to use data from the copy of the image, and not from the image that was bound to the bind array. | |||||
2012-01-20 | Fix incorrect argument order | Boris Kolpackov | 1 | -1/+1 | |
2012-01-20 | Test SQL Server long data in container | Boris Kolpackov | 2 | -1/+65 | |
2012-01-20 | Add test template for SQL Server | Boris Kolpackov | 5 | -2/+179 | |
2012-01-20 | Add support for SQL Server in blob test | Boris Kolpackov | 1 | -1/+3 | |
2012-01-20 | ODB compiler implementation, traits, and types test for SQL Server | Boris Kolpackov | 6 | -1/+817 | |
2012-01-20 | Add test for object with only auto-id member | Boris Kolpackov | 2 | -27/+63 | |
This tests the generation of the INSERT ... DEFAULT VALUES special syntax in some databases. | |||||
2012-01-20 | Correct license information | Boris Kolpackov | 3 | -3/+3 | |
2012-01-20 | Clear shell variables before appending | Boris Kolpackov | 1 | -0/+1 | |
2012-01-20 | Add driver wrapper and options file generation for SQL Server | Boris Kolpackov | 2 | -1/+95 | |
2012-01-20 | Implement mssql/native test | Boris Kolpackov | 4 | -0/+196 | |
2012-01-20 | Add missing library in libodb-mssql import stub | Boris Kolpackov | 1 | -1/+1 | |
2012-01-20 | Fix mssql::database constructor call | Boris Kolpackov | 1 | -1/+1 | |
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 | |