Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWheat committed Jan 10, 2024
1 parent 32e738f commit add2e37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
support table constraints without separating comma for sqlite
switch source from literate to regular haskell
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)
removed the Errors module - the pretty printer function for errors is in the Parse module
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
added sqlserver dialect case for convert function
0.6.0
Expand Down
1 change: 0 additions & 1 deletion website/AddLinks.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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/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/\" class=\"bare\">Parent project</a>\n\
\</li><li>[email protected]</li>\n\
\</ul>\n"
1 change: 0 additions & 1 deletion website/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
* Changes: https://github.com/JakeWheat/simple-sql-parser/blob/master/changelog
* Other versions: http://jakewheat.github.io/simple-sql-parser/
* Parent project: http://jakewheat.github.io/
* Contact: [email protected]+++

The simple-sql-parser is a lot less simple than it used to be. If you
Expand Down

0 comments on commit add2e37

Please sign in to comment.