update changelog
This commit is contained in:
parent
32e738f050
commit
add2e373a0
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue