https://bugs.documentfoundation.org/show_bug.cgi?id=161007
--- Comment #12 from Julien Nabet <[email protected]> --- (In reply to Julien Nabet from comment #8) > Either my conclusion in my previous comment is wrong or MIN and MAX have the > same pb knowing that svx/inc/fmstring.hrc contains "Minimum" and "Maximum". MIN and MAX are dealt specifically, 2050 // MIN and MAX have another return type, we have to check the expression itself. 2051 // @see http://qa.openoffice.org/issues/show_bug.cgi?id=99566 2052 if ( SQL_ISRULE(_pNode,general_set_fct) && (SQL_ISTOKEN(_pNode->getChild(0),MIN) || SQL_ISTOKEN(_pNode->getChild(0),MAX) )) See https://opengrok.libreoffice.org/xref/core/connectivity/source/parse/sqliterator.cxx?r=7f5a7ef6#2050 -- You are receiving this mail because: You are the assignee for the bug.
