hard to tell what side-effects dbtools::StatementComposer::getQuery might have
This commit is contained in:
@@ -1332,6 +1332,8 @@ Reference< XSingleSelectQueryComposer > getComposedRowSetStatement( const Refere
|
||||
if ( bApplyFilter )
|
||||
aComposer.setFilter( getString( _rxRowSet->getPropertyValue( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "Filter" )) ) ) );
|
||||
|
||||
aComposer.getQuery();
|
||||
|
||||
xComposer = aComposer.getComposer();
|
||||
aComposer.setDisposeComposer( false );
|
||||
}
|
||||
|
Reference in New Issue
Block a user