Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-20 | Don't use 'D' suffix (for double) since it is not portable | Boris Kolpackov | 1 | -4/+4 | |
2012-01-20 | Rewrite size() function to not rely in DATABSE_* macros in header | Boris Kolpackov | 3 | -14/+41 | |
Those are not defined for some tests (e.g., database-specific tests built with VC++ project). | |||||
2012-01-20 | Cosmetic change | Boris Kolpackov | 1 | -1/+1 | |
2012-01-20 | Restore building database-specific tests | Boris Kolpackov | 1 | -0/+8 | |
2012-01-20 | Misc fixes | Boris Kolpackov | 5 | -5/+5 | |
2012-01-20 | Use 'else if' make construct | Boris Kolpackov | 1 | -8/+4 | |
2012-01-20 | Enable query support in SQL Server types test | Boris Kolpackov | 1 | -1/+2 | |
2012-01-20 | Uncomment temporarily disabled test code, remove unneeded section | Boris Kolpackov | 1 | -26/+21 | |
2012-01-20 | Remove unnecessary #include | Boris Kolpackov | 1 | -2/+0 | |
2012-01-20 | Basic Qt profile implementation for SQL Server | Boris Kolpackov | 4 | -0/+231 | |
2012-01-20 | Date-time part of Qt profile implementation for SQL Server | Boris Kolpackov | 9 | -0/+486 | |
2012-01-20 | Test fractional seconds | Boris Kolpackov | 1 | -1/+1 | |
2012-01-20 | Boost profile implementation for SQL Server | Boris Kolpackov | 9 | -0/+550 | |
2012-01-20 | Cosmetic changes | Boris Kolpackov | 1 | -6/+6 | |
2012-01-20 | Add SQL Server directory | Boris Kolpackov | 3 | -39/+6 | |
2012-01-20 | Change short data max and default string sizes for SQL Server | Boris Kolpackov | 2 | -6/+6 | |
Now the default short data max is 1024, non-key string size is 512 characters, and key string size is 256 characters. Also add default mapping for std::wstring. | |||||
2012-01-20 | Disable re-loading of object with long data for SQL Server | Boris Kolpackov | 1 | -0/+7 | |
2012-01-20 | Query support for SQL Server | Boris Kolpackov | 7 | -6/+350 | |
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 | |