1
Fork 0

update docs

This commit is contained in:
Jake Wheat 2024-01-09 10:00:30 +00:00
parent 4a3455b67c
commit 8c05ffd0b6
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
0.7.0 (unreleased) 0.7.0 (unreleased)
support autoincrement 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
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

@ -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 not-yet-supported ANSI SQL syntax, then other dialects of SQL is
likely to change the abstract syntax types considerably. 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 == Links