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 quoting of string literals from double to single #6530

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PTR-inc
Copy link
Contributor

@PTR-inc PTR-inc commented Nov 13, 2024

See: https://www.sqlite.org/quirks.html#double_quoted_string_literals_are_accepted

The function to create a string of an array puts double quotes around the literals used in the sql statements. This is tolerated as explained in the article, but should be corrected to single quotes.

This is only used in the sqlite functions.

It generates a log warning for now, but maybe an error in the future.

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

Successfully merging this pull request may close these issues.

1 participant