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 over 6 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 #1

Updated by beat about 7 years ago

  • Status changed from Assigned to Resolved
  • % Done changed from 0 to 100

Fixed in MR !1246

Actions #2

Updated by krileon over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF