update docs
This commit is contained in:
parent
4a3455b67c
commit
8c05ffd0b6
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue