aboutsummaryrefslogtreecommitdiff
path: root/oracle
AgeCommit message (Expand)AuthorFilesLines
2012-07-17Use __ifelse__ instead of m4_ifelse2.1.0.a1Boris Kolpackov4-8/+8
2012-07-16Fix code generation for circularly-dependant classes in separate headersBoris Kolpackov1-1/+1
2012-07-10Add support for custom database type mappingBoris Kolpackov7-0/+369
2012-07-10Remove unneeded third argument to create_database()Boris Kolpackov2-2/+2
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
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
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
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