diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-10-07 14:25:12 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-10-07 14:25:12 +0200 |
commit | 005fe4165be00b0b32353cd473c7672cac7b9e82 (patch) | |
tree | 4eadb4fca0d229992ebb2fa8a100a3e9adb072ac | |
parent | 77a9123b55d8987b0ff890a9bdf1e5c111c4983d (diff) |
Correct comment
-rw-r--r-- | odb/oracle/oracle-types.hxx | 3 |
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* |