From 005fe4165be00b0b32353cd473c7672cac7b9e82 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Fri, 7 Oct 2011 14:25:12 +0200 Subject: Correct comment --- odb/oracle/oracle-types.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/odb/oracle/oracle-types.hxx b/odb/oracle/oracle-types.hxx index d21b948..1f2c8a0 100644 --- a/odb/oracle/oracle-types.hxx +++ b/odb/oracle/oracle-types.hxx @@ -86,8 +86,7 @@ namespace odb last // Used as an end of list marker. }; - buffer_type type; // The type stored by buffer. This must be an external - // OCI type identifier of the form SQLT_XXX. + buffer_type type; // The type stored by buffer. void* buffer; // Data buffer pointer. ub2* size; // The number of bytes in buffer. When parameter // callbacks are in use, this is interpreted as a ub4* -- cgit v1.1