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

? is not correctly parsed around SELECT, LIMIT and OFFSET #498

Copy link
Copy link
@BackEndTea

Description

@BackEndTea
Issue body actions

This first query results in multiple An expression was expected. error, while query two has no issues.

This is valid through the PDO::prepare

SELECT ?
FROM uno
JOIN dos  ON dos.id = uno.id
LIMIT ? OFFSET ?
SELECT item
FROM uno
JOIN dos  ON dos.id = uno.id
LIMIT 10 OFFSET 5
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.