User: ihi Date: 2006/08/04 06:54:56 Modified: dba/dbaccess/source/core/api/KeySet.cxx
Log: INTEGRATION: CWS dba204c (1.62.8); FILE MERGED 2006/07/26 10:41:54 fs 1.62.8.1: #i66596# when executing our key retrieval statement, use the proper query from the query analyzer File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: KeySet.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/KeySet.cxx?r1=1.62&r2=1.63 Delta lines: +1 -1 ------------------- --- KeySet.cxx 10 Jul 2006 15:02:45 -0000 1.62 +++ KeySet.cxx 4 Aug 2006 13:54:54 -0000 1.63 @@ -255,7 +255,7 @@ Reference<XSingleSelectQueryComposer> xAnalyzer(xFactory->createInstance(SERVICE_NAME_SINGLESELECTQUERYCOMPOSER),UNO_QUERY); xAnalyzer->setQuery(m_xComposer->getQuery()); xAnalyzer->setFilter(aFilter); - m_xStatement = m_xConnection->prepareStatement(xAnalyzer->getQuery()); + m_xStatement = m_xConnection->prepareStatement(xAnalyzer->getQueryWithSubstitution()); ::comphelper::disposeComponent(xAnalyzer); } // ------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
