update version of simple sql parser package
This commit is contained in:
parent
ec8ce0243e
commit
54db1de22c
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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/.
|
||||
|
||||
|
|
Loading…
Reference in a new issue