1
Fork 0
simple-sql-parser/Language/SQL/SimpleSQL
Jake Wheat ee4098e189 lexer tweaks
combine hostparam with prefixed variable
refactor some of the lexing code slightly
fix error in tests where it was using the ansi dialect instead of
  postgres for testing :::, etc.
2016-02-15 20:35:38 +02:00
..
Combinators.lhs add separate lexer 2015-08-01 00:04:18 +03:00
Dialect.lhs add support for odbc symbols: {} in lexer 2016-02-15 20:33:37 +02:00
Errors.lhs create separate module for generic parser combinator utility functions 2014-05-09 21:37:09 +03:00
Lex.lhs lexer tweaks 2016-02-15 20:35:38 +02:00
Parse.lhs lexer tweaks 2016-02-15 20:35:38 +02:00
Pretty.lhs lexer tweaks 2016-02-15 20:35:38 +02:00
Syntax.lhs add support for odbc symbols: {} in lexer 2016-02-15 20:33:37 +02:00