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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: do not parse hints as parameters #45

Merged
merged 1 commit into from
Oct 11, 2021
Merged

Conversation

olavloite
Copy link
Collaborator

Table hints and other hints in the middle of a SQL string would be seen as a named
parameter instead of a hint, which caused the statement parser to return the wrong
number of parameters in a SQL string.

Table hints and other hints in the middle of a SQL string would be seen as a named
parameter instead of a hint, which caused the statement parser to return the wrong
number of parameters in a SQL string.
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 11, 2021
@olavloite olavloite merged commit 56243a5 into main Oct 11, 2021
@olavloite olavloite deleted the parse-hints-correctly branch October 11, 2021 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants