Skip to content

Add a "sqlite" dialect #38

@ad-si

Description

@ad-si

Add an SQLite dialect to /Language/SQL/SimpleSQL/Dialect.lhs

-- | SQLite dialect
sqlite :: Dialect
sqlite = addLimit ansi2011
  { diBackquotedIden = True  -- https://sqlite.org/lang_keywords.html
  , diSquareBracketQuotedIden = True  -- https://sqlite.org/lang_keywords.html
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions