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

Multiple Row Statement Values case insensitive #536

Closed
lasher23 opened this issue Apr 15, 2024 · 3 comments
Closed

Multiple Row Statement Values case insensitive #536

lasher23 opened this issue Apr 15, 2024 · 3 comments

Comments

@lasher23
Copy link

Describe the bug
The Multiple Row Statement only matches if "VALUES" is written in caps. The SQL is also valid if it is written in lowercase.

To Reproduce

  1. use executeSet method
  2. pass a two dimensional array as paramter to trigger multi row statement
  3. pass SQL statement with values written in lower case.

Expected behavior
Behaves exactly the same as if it would be written in upper case

Desktop (please complete the following information):

  • OS: Android --> unknown if the same error exists on IOS
  • Browser chrome
  • Version 5.7.0
@jepiqueau
Copy link
Collaborator

@lasher23 please give a full example of your statement

jepiqueau added a commit that referenced this issue Apr 23, 2024
@jepiqueau
Copy link
Collaborator

@lasher23 fix in v5.7.3-2

@lasher23
Copy link
Author

@jepiqueau thank you for fixing this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants