aboutsummaryrefslogtreecommitdiff
path: root/oracle/types/makefile
AgeCommit message (Collapse)AuthorFilesLines
2011-11-10Add descriptor management flags for TIMESTAMP and INTERVAL image typesBoris Kolpackov1-1/+2
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-10-21Add Oracle types testConstantin Michael1-0/+107