From 3c6f03e0a686e7cf4d9cd1a92c495530798ac595 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Fri, 14 Oct 2011 15:14:56 +0200 Subject: Utilize the RAW buffer type --- odb/relational/oracle/source.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/relational/oracle') diff --git a/odb/relational/oracle/source.cxx b/odb/relational/oracle/source.cxx index 3301d80..7e78e32 100644 --- a/odb/relational/oracle/source.cxx +++ b/odb/relational/oracle/source.cxx @@ -49,7 +49,7 @@ namespace relational "oracle::bind::nstring", // NCHAR "oracle::bind::string", // VARCHAR2 "oracle::bind::nstring", // NVARCHAR2 - "oracle::bind::string" // RAW + "oracle::bind::raw" // RAW }; const char* lob_buffer_types[] = -- cgit v1.1