Skip to content

SQLite

PropertyValue
Labelsqlite
Inherits Fromansi

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.

Released under the MIT License.