From 8c05ffd0b6397e5c6f513e05996e732c355c8f40 Mon Sep 17 00:00:00 2001 From: Jake Wheat Date: Tue, 9 Jan 2024 10:00:30 +0000 Subject: [PATCH] update docs --- changelog | 3 +++ website/index.asciidoc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index 35b71ae..dd647a2 100644 --- a/changelog +++ b/changelog @@ -1,5 +1,8 @@ 0.7.0 (unreleased) + support autoincrement for sqlite + support table constraints without separating comma for sqlite switch source from literate to regular haskell + use prettyprinter lib instead of pretty 0.6.1 added odbc handling to sqlsqerver dialect added sqlserver dialect case for convert function 0.6.0 diff --git a/website/index.asciidoc b/website/index.asciidoc index 0f589fa..be26e97 100644 --- a/website/index.asciidoc +++ b/website/index.asciidoc @@ -22,7 +22,7 @@ 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. -Tested with GHC 8.8.1, 8.6.5, 8.4.4 and 8.2.1. +Tested with GHC 9.8.1, 9.6.3, and 9.4.8. == Links