SQLite
| Property | Value |
|---|---|
| Label | sqlite |
| Inherits From | ansi |
Default Casing: Not specified in the docs, but through testing it appears that SQLite stores column names in whatever case they were defined, but is always case-insensitive when resolving those names.
Quotes: String Literals: '' (or "" if not otherwise resolved to an identifier), Identifiers: "", [] or backticks. See the SQLite Keywords Docs for more details.
The dialect for SQLite.