diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-09-23 11:07:23 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-09-23 11:07:23 +0200 |
commit | f14c0baad83f5c577b14721d6b037bd25e2bb88c (patch) | |
tree | 46f3460503a7ef92072693b93189a48039acc47c | |
parent | 8ec78aafb6f8e21b675aa2d8acec57fe004d846f (diff) |
Correct comment
-rw-r--r-- | odb/oracle/statement.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/odb/oracle/statement.cxx b/odb/oracle/statement.cxx index 4107b2f..789bb27 100644 --- a/odb/oracle/statement.cxx +++ b/odb/oracle/statement.cxx @@ -240,10 +240,10 @@ namespace odb ub1 piece (OCI_FIRST_PIECE); - // Setting the value pointed to by the byte_amt argument on the first - // call to OCILobRead2 instructs OCI to remain in a polling state - // until the EOF is reached, at which point OCILobRead2 will return - // OCI_SUCCESS. + // Setting the value pointed to by the byte_amt argument to 0 on the + // first call to OCILobRead2 instructs OCI to remain in a polling + // state until the EOF is reached, at which point OCILobRead2 will + // return OCI_SUCCESS. // ub8 read (0); |