Skip to content

Missing support for SET = ? #492

Description

@BackEndTea

The following query results in an error with the message of Missing expression. when its parsed.

-- gives error
UPDATE  order
SET     price = ?
WHERE   orderid = ?
-- does not error
UPDATE  order
SET     price = 3
WHERE   orderid = ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions