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.
Updated by beat almost 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1246
Actions