You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"keyword" A keyword in double-quotes is an identifier.
[keyword] A keyword enclosed in square brackets is an identifier. This is not standard SQL. This quoting mechanism is used by MS Access and SQL Server and is included in SQLite for compatibility.
Related to #2001, but where #2001 was about literals, this is about identifiers
From https://www.sqlite.org/lang_keywords.html:
Datasette uses this quoting here --
datasette/datasette/utils/__init__.py
Lines 345 to 349 in 0b4a286
Migrating to standard double quote identifiers would make it easier to get Datasette working with alternative backends
The text was updated successfully, but these errors were encountered: