From 44cb5422ce125f356b9f6c87f4ef372d9d693fb1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 30 Nov 2011 12:25:40 +0200 Subject: Use VARCHAR2 instead of VARCHAR in Oracle test --- oracle/types/test.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1