We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug (str/lower-case "ID") produces an illegal SQL identifier when the user's locale is Turkish.
(str/lower-case "ID")
Expected behavior Valid SQL identifiers should be created.
Additional context A similar bug was reported (and recently fixed) in HoneySQL. clojure.java.jdbc suffers from the same issue.
clojure.java.jdbc
The text was updated successfully, but these errors were encountered:
87e44ae
Reword change log entry for #52
08e15c6
No branches or pull requests
Describe the bug
(str/lower-case "ID")
produces an illegal SQL identifier when the user's locale is Turkish.Expected behavior
Valid SQL identifiers should be created.
Additional context
A similar bug was reported (and recently fixed) in HoneySQL.
clojure.java.jdbc
suffers from the same issue.The text was updated successfully, but these errors were encountered: