Skip to content

Missing support for SET = ? #492

@BackEndTea

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 = ?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions