Tag: cws_dev300_dba31c
User: fs      
Date: 2008-09-10 12:35:00+0000
Modified:
   dba/connectivity/source/drivers/file/FPreparedStatement.cxx

Log:
 #i92638# readSomeBytes is actually wrong, since it's allowed to return before 
EOF - use readBytes instead

File Changes:

Directory: /dba/connectivity/source/drivers/file/
=================================================

File [changed]: FPreparedStatement.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/file/FPreparedStatement.cxx?r1=1.42&r2=1.42.64.1
Delta lines:  +3 -3
-------------------
--- FPreparedStatement.cxx      2008-04-10 09:00:51+0000        1.42
+++ FPreparedStatement.cxx      2008-09-10 12:34:57+0000        1.42.64.1
@@ -7,7 +7,7 @@
  * OpenOffice.org - a multi-platform office productivity suite
  *
  * $RCSfile: FPreparedStatement.cxx,v $
- * $Revision: 1.42 $
+ * $Revision: 1.42.64.1 $
  *
  * This file is part of OpenOffice.org.
  *
@@ -365,7 +365,7 @@
                ::dbtools::throwFunctionSequenceException(*this);
 
        Sequence<sal_Int8> aSeq;
-       x->readSomeBytes(aSeq,length);
+       x->readBytes(aSeq,length);
        setParameter(parameterIndex,aSeq);
 }
 // -------------------------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to