diff --git a/changelog b/changelog index 645c4ba..35b71ae 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,6 @@ -0.6.1 added odbc handling to sqlsqerver dialect +0.7.0 (unreleased) + switch source from literate to regular haskell +0.6.1 added odbc handling to sqlsqerver dialect added sqlserver dialect case for convert function 0.6.0 tested with ghc 8.8.1 also diff --git a/simple-sql-parser.cabal b/simple-sql-parser.cabal index dd2851a..32bad3a 100644 --- a/simple-sql-parser.cabal +++ b/simple-sql-parser.cabal @@ -1,7 +1,7 @@ cabal-version: 2.2 name: simple-sql-parser -version: 0.6.1 +version: 0.7.0 synopsis: A parser for SQL. description: diff --git a/website/index.asciidoc b/website/index.asciidoc index 28e9733..0f589fa 100644 --- a/website/index.asciidoc +++ b/website/index.asciidoc @@ -13,7 +13,7 @@ formats output nicely. Current target is to parse most SQL:2011 queries, plus a good subset of DDL, non-query DML, transaction management, access control and session management. -This is the documentation for version 0.6.0. Documentation for other +This is the documentation for version 0.7.0. Documentation for other versions is available here: http://jakewheat.github.io/simple-sql-parser/.