aboutsummaryrefslogtreecommitdiff
path: root/oracle
AgeCommit message (Collapse)AuthorFilesLines
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