aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/statement.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-10 16:27:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-10 16:27:32 +0200
commitf5f1489bed3bddd424981bbe84898832fb0e7414 (patch)
treee781e894580e46d377ed932e31844d1c9920f123 /odb/oracle/statement.cxx
parentd206cafe3627c3346b84dd208f193f758d7b8698 (diff)
Cosmetic changes
Diffstat (limited to 'odb/oracle/statement.cxx')
-rw-r--r--odb/oracle/statement.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/odb/oracle/statement.cxx b/odb/oracle/statement.cxx
index 6d5d154..d1ab4be 100644
--- a/odb/oracle/statement.cxx
+++ b/odb/oracle/statement.cxx
@@ -314,10 +314,10 @@ namespace odb
b->buffer = &lob_buffer;
// When binding LOB parameters, the capacity must be greater than
- // than 4000 and less than the maximum LOB length in bytes. If it
- // is not, OCI returns an error. Other than this, the capacity
- // seems to be irrelevant to OCI bind behaviour for LOB parameters
- // when used with callbacks.
+ // 4000 and less than the maximum LOB length in bytes. If it is
+ // not, OCI returns an error. Other than this, the capacity seems
+ // to be irrelevant to OCI bind behaviour for LOB parameters when
+ // used with callbacks.
//
b->capacity = 4096;