Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
Only possible in the development build system at this stage. | |||||
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 | |
This way we will be able to have several databases configured at the same time, which is needed for multi-database support testing. | |||||
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 | |
Also improve query support for arrays (decaying). | |||||
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 | |
All generated code now includes database id. The database-specific database class interface has been updated to include all the database operations. The database-specific tests now use this interface. | |||||
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 | |
Add support for specifying NULL-ness for types with built-in mapping. Handle Oracle [N]VARCHAR2 and SQLite FLOAT oddities using this mechanism instead of overriding it at the schema generation level. Also use the is_null argument that is passed to value_traits::init_image() to indicate whether the value can be NULL. | |||||
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 | |
New tests: common/circular/{single,multiple}. | |||||
2012-07-10 | Add support for custom database type mapping | Boris Kolpackov | 7 | -0/+369 | |
New pragma qualifier, map, and specifiers: as, to, from. New tests: <database>/custom. | |||||
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 | |
Too much effort to maintain. | |||||
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 | |
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 | |
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 | |
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-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 | |