update changelog
This commit is contained in:
parent
db00d50d92
commit
2e6f2fc3f2
|
@ -388,7 +388,7 @@ I'm not sure if this is valid syntax or not.
|
|||
> deriving (Eq,Show,Read,Data,Typeable)
|
||||
|
||||
|
||||
> -- | Comment. Useful when geterating SQL code programmatically.
|
||||
> -- | Comment. Useful when generating SQL code programmatically.
|
||||
> data Comment = BlockComment String
|
||||
> deriving (Eq,Show,Read,Data,Typeable)
|
||||
|
||||
|
|
|
@ -3,6 +3,8 @@ please email jakewheatmail@gmail.com or use the github bug tracker,
|
|||
https://github.com/JakeWheat/simple-sql-parser/issues.
|
||||
0.4.1 (unreleased)
|
||||
simple demonstration of how dialects could be handled internally
|
||||
add ability to add comments to syntax tree to help with generating
|
||||
SQL code
|
||||
0.4.0 (commit 7914898cc8f07bbaf8358d208469392346341964)
|
||||
now targets SQL:2011
|
||||
update to ghc 7.8.2
|
||||
|
|
Loading…
Reference in a new issue