Safe Haskell | None |
---|---|
Language | GHC2024 |
Synopsis
- strLineComment :: StrLitFmt
- ansi2011 :: Dialect
- postgres :: Dialect
- sqlite :: Dialect
- bigquery :: Dialect
- data SimpleSQLParserDialect
- dialectName :: SimpleSQLParserDialect -> Text
- simpleSQLParserDialect :: SimpleSQLParserDialect -> Dialect
- mssql :: Dialect
- redshift :: Dialect
- addHashComments :: Dialect -> Dialect
- getIndexQuotationRules :: QuotationRuleIndex -> [StrLitFmt]
- data Dialect
Documentation
data SimpleSQLParserDialect #
Instances
addHashComments :: Dialect -> Dialect #
BigQuery and MsSQL inline comments can also be specified by #
character in addition to "--" and "*" .. "*" blocks