1
Fork 0

update version of simple sql parser package

This commit is contained in:
Jake Wheat 2024-01-09 00:08:53 +00:00
parent ec8ce0243e
commit 54db1de22c
3 changed files with 5 additions and 3 deletions

View file

@ -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 added sqlserver dialect case for convert function
0.6.0 0.6.0
tested with ghc 8.8.1 also tested with ghc 8.8.1 also

View file

@ -1,7 +1,7 @@
cabal-version: 2.2 cabal-version: 2.2
name: simple-sql-parser name: simple-sql-parser
version: 0.6.1 version: 0.7.0
synopsis: A parser for SQL. synopsis: A parser for SQL.
description: description:

View file

@ -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 queries, plus a good subset of DDL, non-query DML, transaction
management, access control and session management. 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: versions is available here:
http://jakewheat.github.io/simple-sql-parser/. http://jakewheat.github.io/simple-sql-parser/.