1
Fork 0

update changelog

This commit is contained in:
Jake Wheat 2015-03-14 16:15:37 +02:00
parent db00d50d92
commit 2e6f2fc3f2
2 changed files with 4 additions and 2 deletions

View file

@ -388,7 +388,7 @@ I'm not sure if this is valid syntax or not.
> deriving (Eq,Show,Read,Data,Typeable) > deriving (Eq,Show,Read,Data,Typeable)
> -- | Comment. Useful when geterating SQL code programmatically. > -- | Comment. Useful when generating SQL code programmatically.
> data Comment = BlockComment String > data Comment = BlockComment String
> deriving (Eq,Show,Read,Data,Typeable) > deriving (Eq,Show,Read,Data,Typeable)

View file

@ -3,6 +3,8 @@ please email jakewheatmail@gmail.com or use the github bug tracker,
https://github.com/JakeWheat/simple-sql-parser/issues. https://github.com/JakeWheat/simple-sql-parser/issues.
0.4.1 (unreleased) 0.4.1 (unreleased)
simple demonstration of how dialects could be handled internally 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) 0.4.0 (commit 7914898cc8f07bbaf8358d208469392346341964)
now targets SQL:2011 now targets SQL:2011
update to ghc 7.8.2 update to ghc 7.8.2