summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-10-14 15:14:56 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-10-21 11:47:14 +0200
commit3c6f03e0a686e7cf4d9cd1a92c495530798ac595 (patch)
tree1c45d4f071d21842f39a699995e4ec813d98d844
parentf6301d255912363acfc96697acdf9345bf2037af (diff)
Utilize the RAW buffer type
-rw-r--r--odb/relational/oracle/source.cxx2
1 files changed, 1 insertions, 1 deletions
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[] =