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

Allow to disable SQLite double-quoted string acceptance #4804

Open
ysalmon opened this issue Jun 8, 2023 · 0 comments
Open

Allow to disable SQLite double-quoted string acceptance #4804

ysalmon opened this issue Jun 8, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@ysalmon
Copy link
Contributor

ysalmon commented Jun 8, 2023

As per the documentation, newer versions of SQLite can be set to get rid of the old behaviour of accepting double-quoted literals as strings.

This needs to be either set up at compile time or upon the connection.

It seems SQLiteStudio currently has no way of activating this feature, and I think the user cannot to do it (there is no corresponding PRAGMA, for instance).

Maybe this should be an option ?

@pawelsalawa pawelsalawa added the enhancement New feature or request label Jun 8, 2023
@pawelsalawa pawelsalawa added this to the 3.5.0 milestone Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants