From 938f0e7fe4216d135815b98fdb918f97e747c6bd Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane Date: Mon, 2 Dec 2013 23:44:11 +0100 Subject: fdo#72163 after updating m_xComposer, command facets are not dirty anymore Else we dispose m_xComposer too eagerly; still used by m_pCacheSet. Change-Id: I205488465c19a356534df17b8a5e9a20ce6766c9 --- dbaccess/source/core/api/RowSet.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dbaccess/source/core/api/RowSet.cxx b/dbaccess/source/core/api/RowSet.cxx index dde644487cea..69663d07195e 100644 --- a/dbaccess/source/core/api/RowSet.cxx +++ b/dbaccess/source/core/api/RowSet.cxx @@ -2290,6 +2290,8 @@ sal_Bool ORowSet::impl_initComposer_throw( OUString& _out_rCommandToExecute ) _out_rCommandToExecute = m_xComposer->getQueryWithSubstitution(); + m_bCommandFacetsDirty = sal_False; + return bUseEscapeProcessing; } -- cgit v1.2.3