aboutsummaryrefslogtreecommitdiff
path: root/oracle
AgeCommit message (Collapse)AuthorFilesLines
2012-03-02C++11 support in automake and VC++ projects, portability fixesBoris Kolpackov3-2/+6
2012-02-24C++11 support (pass --std ODB compiler option in build makefiles)Boris Kolpackov2-0/+10
2012-01-29Update copyright yearBoris Kolpackov13-13/+13
2012-01-29Remove author field from file headerBoris Kolpackov13-13/+0
Too much effort to maintain.
2012-01-20Don't use min as variable name since it is macro in VC++Boris Kolpackov1-6/+6
2012-01-20Implement callback data re-basing support for LOB result streamingBoris Kolpackov1-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-20Fix incorrect argument orderBoris Kolpackov1-1/+1
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