aboutsummaryrefslogtreecommitdiff
path: root/oracle/types/test.hxx
AgeCommit message (Collapse)AuthorFilesLines
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2013-01-24Add support for mapping char[N] to CHAR/VARCHAR database typesBoris Kolpackov1-10/+44
Also improve query support for arrays (decaying).
2012-09-04NULL handling improvementsBoris Kolpackov1-0/+8
Add support for specifying NULL-ness for types with built-in mapping. Handle Oracle [N]VARCHAR2 and SQLite FLOAT oddities using this mechanism instead of overriding it at the schema generation level. Also use the is_null argument that is passed to value_traits::init_image() to indicate whether the value can be NULL.
2012-01-29Update copyright yearBoris Kolpackov1-1/+1
2012-01-29Remove author field from file headerBoris Kolpackov1-1/+0
Too much effort to maintain.
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 Kolpackov1-0/+8
2011-11-16Test containers of Oracle LOB typesConstantin Michael1-2/+14
2011-11-10Test large Oracle LOBsConstantin Michael1-0/+23
2011-11-08Add tests for Oracle INTERVAL temporal typesConstantin Michael1-6/+58
2011-10-21Add 64 bit integer tests to Oracle types testConstantin Michael1-23/+26
2011-10-21Add character set conversion tests to Oracle types testConstantin Michael1-2/+39
2011-10-21Add Oracle types testConstantin Michael1-0/+163