Kaydet (Commit) 3d5a27bf authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

for later...

Change-Id: I266d2992bcd212a6539e4b50c9daf2c53ff98904
üst a8f327a9
......@@ -1591,6 +1591,9 @@ void OSingleSelectQueryComposer::setConditionByColumn( const Reference< XPropert
const OUString aQuote = m_xMetaData->getIdentifierQuoteString();
getColumns();
// TODO: if this is called for HAVING, check that the column is a GROUP BY column
// or that it is an aggregate function
if ( m_aCurrentColumns[SelectColumns] && m_aCurrentColumns[SelectColumns]->hasByName(aName) )
{
Reference<XPropertySet> xColumn;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment