User: kz      
Date: 2006/12/13 08:22:19

Modified:
   dba/connectivity/source/drivers/odbc/OPreparedStatement.cxx

Log:
 INTEGRATION: CWS dba22ui (1.42.20); FILE MERGED
 2006/12/05 09:46:55 fs 1.42.20.1: copying the fix for #i72252# from CWS dba22b 
to dba22ui - intended for the latter, but wrongly checked in into the former

File Changes:

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

File [changed]: OPreparedStatement.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/odbc/OPreparedStatement.cxx?r1=1.42&r2=1.43
Delta lines:  +1 -2
-------------------
--- OPreparedStatement.cxx      17 Sep 2006 03:06:35 -0000      1.42
+++ OPreparedStatement.cxx      13 Dec 2006 16:22:16 -0000      1.43
@@ -118,9 +118,8 @@
                        OSQLParseNode* pNode = 
aParser.parseTree(sErrorMessage,sql);
                        if(pNode)
                        {       // special handling for parameters
-                /* we recusive replace all occurences of ? in the statement 
and replace them with name like "æ¬å" */
                                OSQLParseNode::substituteParameterNames(pNode);
-                               
pNode->parseNodeToStr(sNewSql,_pConnection->getMetaData());
+                               pNode->parseNodeToStr( sNewSql, _pConnection );
                                delete pNode;
                                m_sSqlStatement = sNewSql;
                        }




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

Reply via email to