Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |