Age | Commit message (Expand) | Author | Files | Lines |
2015-02-08 | Clean test templates of old cruft | Boris Kolpackov | 2 | -4/+0 |
2015-02-08 | Recode strncpy as memcpy | Boris Kolpackov | 1 | -3/+3 |
2015-02-06 | Update copyright | Boris Kolpackov | 19 | -19/+19 |
2014-11-26 | Reimplement image copying for Oracle | Boris Kolpackov | 2 | -21/+78 |
2014-06-15 | Use single template set of templates for .sln files | Boris Kolpackov | 6 | -82/+5 |
2014-06-03 | Support for VC12 (2013), initial work | Boris Kolpackov | 9 | -6/+253 |
2013-07-08 | Fix incorrect ODB_MSC_VER version in VC11 projects | Boris Kolpackov | 1 | -1/+1 |
2013-07-08 | Add support for Visual Studio 2005 | Boris Kolpackov | 8 | -6/+393 |
2013-06-21 | Add support for running tests in dynamic multi-database mode | Boris Kolpackov | 6 | -73/+17 |
2013-06-06 | Use fixed options file names in database-specific tests | Boris Kolpackov | 5 | -5/+5 |
2013-06-03 | Use database name in options and driver files (build part) | Boris Kolpackov | 5 | -5/+5 |
2013-02-09 | Update copyright year | Boris Kolpackov | 19 | -19/+19 |
2013-01-24 | Add support for mapping char[N] to CHAR/VARCHAR database types | Boris Kolpackov | 2 | -10/+77 |
2012-10-29 | Don't make database default in database-specific tests | Boris Kolpackov | 3 | -8/+9 |
2012-10-08 | Ground work for multi-database support | Boris Kolpackov | 5 | -11/+16 |
2012-10-08 | Fix issue with unbind data management in query with descriptors | Boris Kolpackov | 1 | -0/+15 |
2012-09-17 | Work around Oracle 10.2 issue with CREATE OR REPLACE TYPE | Boris Kolpackov | 1 | -1/+12 |
2012-09-16 | Add support for Visual Studio 2012 | Boris Kolpackov | 9 | -6/+247 |
2012-09-13 | Use new --sql-interlude option to fix Oracle custom test | Boris Kolpackov | 2 | -25/+6 |
2012-09-13 | Replace src_base with suitable path for each target build system | Boris Kolpackov | 3 | -3/+3 |
2012-09-13 | Cosmetic change | Boris Kolpackov | 1 | -1/+1 |
2012-09-06 | Test that database constructors are unambiguous | Boris Kolpackov | 4 | -0/+118 |
2012-09-04 | NULL handling improvements | Boris Kolpackov | 2 | -0/+10 |
2012-07-17 | Use __ifelse__ instead of m4_ifelse2.1.0.a1 | Boris Kolpackov | 4 | -8/+8 |
2012-07-16 | Fix code generation for circularly-dependant classes in separate headers | Boris Kolpackov | 1 | -1/+1 |
2012-07-10 | Add support for custom database type mapping | Boris Kolpackov | 7 | -0/+369 |
2012-07-10 | Remove unneeded third argument to create_database() | Boris Kolpackov | 2 | -2/+2 |
2012-03-02 | C++11 support in automake and VC++ projects, portability fixes | Boris Kolpackov | 3 | -2/+6 |
2012-02-24 | C++11 support (pass --std ODB compiler option in build makefiles) | Boris Kolpackov | 2 | -0/+10 |
2012-01-29 | Update copyright year | Boris Kolpackov | 13 | -13/+13 |
2012-01-29 | Remove author field from file header | Boris Kolpackov | 13 | -13/+0 |
2012-01-20 | Don't use min as variable name since it is macro in VC++ | Boris Kolpackov | 1 | -6/+6 |
2012-01-20 | Implement callback data re-basing support for LOB result streaming | Boris Kolpackov | 1 | -4/+37 |
2012-01-20 | Fix incorrect argument order | Boris Kolpackov | 1 | -1/+1 |
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-24 | Add Oracle to automake and Visual Studio build | Constantin Michael | 8 | -0/+705 |
2011-11-24 | Specify correct license in file headers | Constantin Michael | 6 | -6/+6 |
2011-11-21 | Add template to list of Oracle-specific tests | Boris Kolpackov | 1 | -0/+1 |
2011-11-16 | Test containers of Oracle LOB types | Constantin Michael | 2 | -2/+19 |
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-08 | Add tests for Oracle INTERVAL temporal types | Constantin Michael | 3 | -25/+217 |
2011-10-21 | Add 64 bit integer tests to Oracle types test | Constantin Michael | 2 | -32/+68 |
2011-10-21 | Add character set conversion tests to Oracle types test | Constantin Michael | 2 | -10/+103 |
2011-10-21 | Add Oracle types test | Constantin Michael | 6 | -1/+414 |
2011-10-21 | Add infrastructure for oracle development testing and implement native test | Constantin Michael | 8 | -0/+376 |