update changelog
This commit is contained in:
parent
8e9b9edd0c
commit
5db749128a
2 changed files with 15 additions and 6 deletions
|
@ -1,4 +1,5 @@
|
|||
0.5.0 (not released yet, updated to commit 92c537fce2b348ea3f6af322b5b1a4fa46917e17)
|
||||
0.5.0 (not released yet, updated to commit 8e9b9edd0c293b67197e5679e728653477ecafc6)
|
||||
update to work with ghc 8.6.5
|
||||
rename some of the modules Lexer -> Lex, Parser -> Parse
|
||||
add a separate lexer to simplify code and speed up parsing
|
||||
replace SqlIndent with new tool, SimpleSqlParserTool (amazing
|
||||
|
@ -32,6 +33,12 @@
|
|||
app(something)} and {oj t1 left outer join ... }
|
||||
rename ValueExpr -> ScalarExpr (I think scalar expression is
|
||||
slightly less incorrect)
|
||||
rename CombineQueryExpr to QueryExprSetOp and CombineOp to SetOperatorName
|
||||
use explicit data type for sign in interval literals
|
||||
add comments to statement syntax (aimed at codegen)
|
||||
add support for oracle type size units 'char' and 'byte', example: varchar2(55 byte)
|
||||
updated the makefile to use cabal v2 commands
|
||||
fix for parsing window functions with keyword names
|
||||
0.4.4
|
||||
tested with ghc 8.2.1 and 8.4.3
|
||||
0.4.3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue