From add2e373a0b5f4dd21026106f91d20c131ffeede Mon Sep 17 00:00:00 2001 From: Jake Wheat Date: Wed, 10 Jan 2024 16:24:14 +0000 Subject: [PATCH] update changelog --- changelog | 5 +++-- website/AddLinks.hs | 1 - website/index.asciidoc | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/changelog b/changelog index cd56e0b..0cd1314 100644 --- a/changelog +++ b/changelog @@ -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 diff --git a/website/AddLinks.hs b/website/AddLinks.hs index 22771f6..c9dc268 100644 --- a/website/AddLinks.hs +++ b/website/AddLinks.hs @@ -29,6 +29,5 @@ linkSection = \
  • Bug tracker
  • \n\ \
  • Changes
  • \n\ \
  • Other versions
  • \n\ - \
  • Parent project\n\ \
  • jakewheat@tutanota.com
  • \n\ \\n" diff --git a/website/index.asciidoc b/website/index.asciidoc index e42a902..26e9bbf 100644 --- a/website/index.asciidoc +++ b/website/index.asciidoc @@ -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: +++jakewheat@tutanota.com+++ The simple-sql-parser is a lot less simple than it used to be. If you