1
Fork 0

update changelog

This commit is contained in:
Jake Wheat 2024-01-10 16:24:14 +00:00
parent 32e738f050
commit add2e373a0
3 changed files with 3 additions and 4 deletions

View file

@ -3,11 +3,12 @@
support table constraints without separating comma for sqlite support table constraints without separating comma for sqlite
switch source from literate to regular haskell switch source from literate to regular haskell
use prettyprinter lib instead of pretty use prettyprinter lib instead of pretty
nested block comments regressed - post a bug if you need this parsing nested block comments regressed - post a bug if you need this
fixed fixity parsing of union, except and intersect (matches postgres docs now) fixed fixity parsing of union, except and intersect (matches postgres docs now)
removed the Errors module - the pretty printer function for errors is in the Parse module removed the Errors module - the pretty printer function for errors is in the Parse module
parses from and pretty prints to strict Text parses from and pretty prints to strict Text
strict Text used instead of String everywhere use strict Text instead of String everywhere
tested with latest three main ghc releases (9.8.1, 9.6.4, and 9.4.8) and stack lts 22.5
0.6.1 added odbc handling to sqlsqerver dialect 0.6.1 added odbc handling to sqlsqerver dialect
added sqlserver dialect case for convert function added sqlserver dialect case for convert function
0.6.0 0.6.0

View file

@ -29,6 +29,5 @@ linkSection =
\<li><a href=\"https://github.com/JakeWheat/simple-sql-parser/issues\" class=\"bare\">Bug tracker</a></li>\n\ \<li><a href=\"https://github.com/JakeWheat/simple-sql-parser/issues\" class=\"bare\">Bug tracker</a></li>\n\
\<li><a href=\"https://github.com/JakeWheat/simple-sql-parser/blob/master/changelog\" class=\"bare\">Changes</a></li>\n\ \<li><a href=\"https://github.com/JakeWheat/simple-sql-parser/blob/master/changelog\" class=\"bare\">Changes</a></li>\n\
\<li><a href=\"http://jakewheat.github.io/simple-sql-parser/\" class=\"bare\">Other versions</a></li>\n\ \<li><a href=\"http://jakewheat.github.io/simple-sql-parser/\" class=\"bare\">Other versions</a></li>\n\
\<li><a href=\"http://jakewheat.github.io/\" class=\"bare\">Parent project</a>\n\
\</li><li>jakewheat@tutanota.com</li>\n\ \</li><li>jakewheat@tutanota.com</li>\n\
\</ul>\n" \</ul>\n"

View file

@ -430,7 +430,6 @@ Contributions are welcome, there are some notes on these pages: link:contributin
* Bug tracker: https://github.com/JakeWheat/simple-sql-parser/issues * Bug tracker: https://github.com/JakeWheat/simple-sql-parser/issues
* Changes: https://github.com/JakeWheat/simple-sql-parser/blob/master/changelog * Changes: https://github.com/JakeWheat/simple-sql-parser/blob/master/changelog
* Other versions: http://jakewheat.github.io/simple-sql-parser/ * Other versions: http://jakewheat.github.io/simple-sql-parser/
* Parent project: http://jakewheat.github.io/
* Contact: +++jakewheat@tutanota.com+++ * Contact: +++jakewheat@tutanota.com+++
The simple-sql-parser is a lot less simple than it used to be. If you The simple-sql-parser is a lot less simple than it used to be. If you