aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odb/oracle/oracle-types.hxx3
1 files changed, 1 insertions, 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*