aboutsummaryrefslogtreecommitdiff
path: root/oracle
AgeCommit message (Collapse)AuthorFilesLines
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-24Add Oracle to automake and Visual Studio buildConstantin Michael8-0/+705
2011-11-24Specify correct license in file headersConstantin Michael6-6/+6
2011-11-21Add template to list of Oracle-specific testsBoris Kolpackov1-0/+1
2011-11-16Test containers of Oracle LOB typesConstantin Michael2-2/+19
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-08Add tests for Oracle INTERVAL temporal typesConstantin Michael3-25/+217
2011-10-21Add 64 bit integer tests to Oracle types testConstantin Michael2-32/+68
2011-10-21Add character set conversion tests to Oracle types testConstantin Michael2-10/+103
2011-10-21Add Oracle types testConstantin Michael6-1/+414
2011-10-21Add infrastructure for oracle development testing and implement native testConstantin Michael8-0/+376