aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-01-20Clear shell variables before appendingBoris Kolpackov1-0/+1
2012-01-20Add driver wrapper and options file generation for SQL ServerBoris Kolpackov2-1/+95
2012-01-20Implement mssql/native testBoris Kolpackov4-0/+196
2012-01-20Add missing library in libodb-mssql import stubBoris Kolpackov1-1/+1
2012-01-20Fix mssql::database constructor callBoris Kolpackov1-1/+1
2012-01-20Add initial support for SQL Server test infrastructureBoris Kolpackov10-2/+150
2012-01-08Add support for defining composite value type as class template instantiationsBoris Kolpackov3-2/+99
2011-12-06Override second version of tracer::execute() to suppress Sun CC warning1.7.0Boris Kolpackov1-0/+9
2011-12-05Bump version to 1.7.0Boris Kolpackov1-1/+1
2011-12-05Test updated PostgreSQL date-time mappings which handle microsecond resolutionsConstantin Michael2-69/+56
2011-12-05Add link to licensing overview pageBoris Kolpackov1-0/+6
2011-12-05Update Oracle runtime licenseBoris Kolpackov1-7/+8
2011-12-01Instantiate QCoreApplication in Qt tests/examplesBoris Kolpackov15-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-01Cosmetic changesBoris Kolpackov3-8/+8
2011-12-01Correct license informationBoris Kolpackov2-2/+2
2011-12-01Make sure PostgreSQL psql driver stops at first error and exits with error codeBoris Kolpackov2-2/+2
2011-12-01Cosmetic changesBoris Kolpackov1-3/+3
2011-11-30Add tests for QString NCHAR and NVARCHAR2 mappingConstantin Michael2-6/+26
2011-11-30Use VARCHAR2 instead of VARCHAR in Oracle testBoris Kolpackov1-1/+1
2011-11-30Add test for fixed-point numbersBoris Kolpackov2-0/+10
2011-11-30Cosmetic automake changesBoris Kolpackov7-29/+29
2011-11-29Use biggest int type to avoid potential warningsBoris Kolpackov1-1/+1
2011-11-28Clear shell variables before appendingBoris Kolpackov6-1/+20
2011-11-28Corrections to Oracle test scripts for WindowsConstantin Michael2-3/+4
2011-11-28Corrections to Oracle user configuration scriptConstantin Michael1-4/+4
2011-11-25Corrections to Oracle user configuration scriptConstantin Michael1-8/+6
2011-11-24Add Oracle to automake and Visual Studio buildConstantin Michael36-4/+2522
2011-11-24Specify correct license in file headersConstantin Michael6-6/+6
2011-11-21Add support for common tests without ODB compilation for automake/VC projectsBoris Kolpackov3-5/+12
2011-11-21Add template to list of Oracle-specific testsBoris Kolpackov1-0/+1
2011-11-21Exclude include test from distribution listBoris Kolpackov1-1/+1
2011-11-18Correct license in file headersConstantin Michael4-4/+4
2011-11-16Test containers of Oracle LOB typesConstantin Michael3-2/+20
2011-11-16Add tests for Oracle LOB support of QByteArray and QStringConstantin Michael2-6/+25
2011-11-11Shorten table prefixes to help OracleBoris Kolpackov9-9/+9
2011-11-11Minor fixes to Oracle driver generatorBoris Kolpackov1-5/+5
2011-11-11Add tests for Oracle support of Qt profileConstantin Michael15-7/+672
2011-11-11Set and export LD_LIBRARY_PATH and SQLPATH in Oracle test driverConstantin Michael1-0/+14
2011-11-10Test large Oracle LOBsConstantin Michael2-0/+45
2011-11-10Oracle INTERVAL hours field valid range is 0-23Constantin Michael1-1/+1
2011-11-10Add descriptor management flags for TIMESTAMP and INTERVAL image typesBoris Kolpackov2-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-09Make sure we can use same type as both container and simple valueBoris Kolpackov2-1/+9
2011-11-08Add support for const version membersBoris Kolpackov1-1/+1
2011-11-08Add common/transaction test (port from tracer)Boris Kolpackov6-1/+271
2011-11-08Get rid of special tracer databaseBoris Kolpackov55-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-08Add tests for Oracle support of the Boost profileConstantin Michael11-2/+524
2011-11-08Add tests for Oracle INTERVAL temporal typesConstantin Michael3-25/+217
2011-11-08Get rid of custom value_traits specialization in query testBoris Kolpackov7-263/+3
auto_ptr<string> is now handled automatically as a wrapper.
2011-11-03Restore oracle sub-directory in all_dirsBoris Kolpackov1-2/+1
2011-11-03Use ODB_DATABASE_XXX macros instead DATABASE_XXX in ODB-compiled headers1.7.0.a1Boris Kolpackov2-14/+10
DATABASE_XXX macros are not defined when building from VC++ project.