Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Missing support for SET = ? #492

Copy link
Copy link
@BackEndTea

Description

@BackEndTea
Issue body actions

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 = ?
Reactions are currently unavailable

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.