1
Fork 0
simple-sql-parser/tools/Language/SQL/SimpleSQL
Jake Wheat bbb793c160 small fixes
fix positions?
small fixes to haddock
add notes to top of lexer module
simplify line comment lexer
remove some trys from lexer
fix the block comment parser to return all the comment text when there
  are embedded / * in the comment
refactor the symbol, keyword and identifier blacklist checking into
  the low level token parsers instead of a separate step using guard
2015-08-01 13:22:07 +03:00
..
ErrorMessages.lhs change joins so natural is represented by separate field to on/using 2014-04-19 11:18:29 +03:00
FullQueries.lhs start on dialect prototype code 2014-06-27 12:19:15 +03:00
GroupBy.lhs start on dialect prototype code 2014-06-27 12:19:15 +03:00
LexerTests.lhs small fixes 2015-08-01 13:22:07 +03:00
MySQL.lhs example how to switch parsing and pretty printing depending on dialect 2014-06-28 15:41:11 +03:00
Postgres.lhs start on dialect prototype code 2014-06-27 12:19:15 +03:00
QueryExprComponents.lhs start on dialect prototype code 2014-06-27 12:19:15 +03:00
QueryExprs.lhs start on dialect prototype code 2014-06-27 12:19:15 +03:00
SQL2011.lhs start on dialect prototype code 2014-06-27 12:19:15 +03:00
TableRefs.lhs start on dialect prototype code 2014-06-27 12:19:15 +03:00
Tests.lhs small fixes 2015-08-01 12:13:53 +03:00
TestTypes.lhs add separate lexer 2015-08-01 00:04:18 +03:00
Tpch.lhs start on dialect prototype code 2014-06-27 12:19:15 +03:00
ValueExprs.lhs start on dialect prototype code 2014-06-27 12:19:15 +03:00