Project

General

Profile

Actions

Bug #6478

closed

Cosmetic in SQL query: cbSqlPart::sqlReduceFormula() output correct but not ideal

Added by beat about 7 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
31 January 2017
Due date:
% Done:

100%

Estimated time:

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

Also available in: Atom PDF