aboutsummaryrefslogtreecommitdiff
path: root/oracle
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-30 12:25:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-30 12:25:40 +0200
commit44cb5422ce125f356b9f6c87f4ef372d9d693fb1 (patch)
treeee8acaceafd548149fe9bba9cc0d1e99e45ce64d /oracle
parentb5ddc0e5b2ccd7c49ad752f8b8adbf91a0418f1a (diff)
Use VARCHAR2 instead of VARCHAR in Oracle test
Diffstat (limited to 'oracle')
-rw-r--r--oracle/types/test.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oracle/types/test.hxx b/oracle/types/test.hxx
index 3e59594..0e48745 100644
--- a/oracle/types/test.hxx
+++ b/oracle/types/test.hxx
@@ -197,7 +197,7 @@ struct object
// Test NULL value.
//
- #pragma db type ("VARCHAR(32)") null
+ #pragma db type ("VARCHAR2(32)") null
string_ptr null_;
bool