1
Fork 0

fix regression in extract function parsing, some small tweaks

This commit is contained in:
Jake Wheat 2019-08-31 18:12:35 +01:00
parent 7e38efc0bf
commit 9f2ff37c54
5 changed files with 8 additions and 12 deletions

View file

@ -13,7 +13,7 @@ formats output nicely. Current target is to parse most SQL:2011
queries, plus a good subset of DDL, non-query DML, transaction
management, access control and session management.
This is the documentation for version 0.5.0. Documentation for other
This is the documentation for version 0.6.0. Documentation for other
versions is available here:
http://jakewheat.github.io/simple-sql-parser/.
@ -22,9 +22,6 @@ probably not very stable, since adding support for all the
not-yet-supported ANSI SQL syntax, then other dialects of SQL is
likely to change the abstract syntax types considerably.
Release 0.5.0 is a checkpoint release since there hasn't been a
release for a while.
Tested with GHC 8.8.1, 8.6.5, 8.4.4 and 8.2.1.
== Links
@ -375,7 +372,7 @@ with --ansi-tricks=false so it works is a good option to use:
----
cabal new-run test:Tests -- --hide-successes --ansi-tricks=false
cabal v2-run test:Tests -- --hide-successes --ansi-tricks=false
----
== Reporting bugs