summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2014-01-30 06:09:29 +0100
committerLionel Elie Mamane <lionel@mamane.lu>2014-01-30 06:13:45 +0100
commitb065cddb0ab014611f9f7f48b26295cd1e3e1046 (patch)
treec5cb6620bc6d9d3f3ce3b1e7158badd2f2df0d62 /connectivity
parent5e951de92544bceb19e03244f4ffef19c62c4d90 (diff)
TODO comment
Change-Id: I3df4810534d64bb7f546cc18124edb6ebf3a147d
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/firebird/PreparedStatement.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/connectivity/source/drivers/firebird/PreparedStatement.cxx b/connectivity/source/drivers/firebird/PreparedStatement.cxx
index 1be05f7c507a..cd53fcb2f6f5 100644
--- a/connectivity/source/drivers/firebird/PreparedStatement.cxx
+++ b/connectivity/source/drivers/firebird/PreparedStatement.cxx
@@ -492,6 +492,7 @@ void SAL_CALL OPreparedStatement::setBlob(sal_Int32 nParameterIndex,
openBlobForWriting(aBlobHandle, aBlobId);
// Max segment size is 2^16 == SAL_MAX_UINT16
+ // LEM TODO: SAL_MAX_UINT16 is 2^16-1; this mixup is probably innocuous; to be checked
sal_uInt64 nDataWritten = 0;
ISC_STATUS aErr = 0;
while (xBlob->length() - nDataWritten > 0)