Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃 Parameterization in query batches fails #600

Closed
joocer opened this issue Oct 11, 2022 · 0 comments
Closed

馃 Parameterization in query batches fails #600

joocer opened this issue Oct 11, 2022 · 0 comments
Assignees
Labels
Bug 馃 Something isn't working

Comments

@joocer
Copy link
Contributor

joocer commented Oct 11, 2022

Describe the bug
A clear and concise description of what the bug is.

SQL statement
Please submit the SQL statement, or a representative example using the sample datasets.

SET @id = ?; SELECT * FROM $planets WHERE id >= @id AND id <= @id;

Incorrect number of bindings supplied. Fewer placeholders are provided than parameters.

Expected behaviour
A clear and concise description of what you expected to happen.

Additional context
Add any other context about the problem here.

@joocer joocer added the Bug 馃 Something isn't working label Oct 11, 2022
@joocer joocer self-assigned this Oct 11, 2022
@joocer joocer closed this as completed Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 馃 Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant