1
Fork 0
simple-sql-parser/tools
Jake Wheat 2cad424379 change the names in the ast to be lists so can support qualified names
everywhere:
  TRSimple: replaces the TRQualified
  Iden
  App name
  AggregateApp name
  WindowApp name
  operator names (not sure if this is used in ansi sql)
  explicit table
  function in from clause
2014-04-18 11:43:37 +03:00
..
Language/SQL/SimpleSQL change the names in the ast to be lists so can support qualified names 2014-04-18 11:43:37 +03:00
RunTests.lhs add support for quoted identifiers 2013-12-17 13:21:36 +02:00
ShowErrors.lhs add some big improvements to parse error messages 2014-04-17 18:32:41 +03:00
SQLIndent.lhs rename PrettyIt to SQLIdent and add to cabal 2013-12-19 10:31:27 +02:00