Skip to content
Snippets Groups Projects
Verified Commit 72f7fcc3 authored by hcsch's avatar hcsch :speech_balloon:
Browse files

Fix incorrectly quoted SQL statement

SQL statements in SQLite used to allow quoting strings with
double-quotes. This is however a legacy quirk and should not be used.
APSW disables this as a best practice, so we have to stop using it.
Continuing to use double-quotes for strings will lead to them being
interpreted as identifiers, ultimately resulting in incorrect statements
or SQLite complaining about unknown identifiers.
parent 169197bc
Branches master
No related tags found
No related merge requests found
Pipeline #901 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment