Actions
Bug #6478
closedCosmetic in SQL query: cbSqlPart::sqlReduceFormula() output correct but not ideal
Description
In cbSqlPart::sqlReduceFormula(), For case 'where' 'sql:operator'
we get:
AND (ja.published) = (1)
instead of:
AND ja.`published` = 1
Mostly cosmetic, but could also break indexing.
Actions