Skip to content

Precedence issue #609

@max-sixty

Description

@max-sixty

Currently:

from cities
select temp_c = (temp - 32) * 3

compiles to:

SELECT
  temp - 32 * 3 AS temp_c
FROM
  cities

...which has the wrong precedence — we should have (temp - 32) * 3

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions