diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-30 12:25:40 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-30 12:25:40 +0200 |
commit | 44cb5422ce125f356b9f6c87f4ef372d9d693fb1 (patch) | |
tree | ee8acaceafd548149fe9bba9cc0d1e99e45ce64d | |
parent | b5ddc0e5b2ccd7c49ad752f8b8adbf91a0418f1a (diff) |
Use VARCHAR2 instead of VARCHAR in Oracle test
-rw-r--r-- | oracle/types/test.hxx | 2 |
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 |