rename ValueExpr to ScalarExpr
This commit is contained in:
parent
09223c3de9
commit
a2645ace3f
15 changed files with 418 additions and 413 deletions
|
@ -30,6 +30,8 @@
|
|||
fix parsing of functions whose name is a keyword (e.g. abs)
|
||||
add basic support for parsing odbc syntax ({d 'literals'} {fn
|
||||
app(something)} and {oj t1 left outer join ... }
|
||||
rename ValueExpr -> ScalarExpr (I think scalar expression is
|
||||
slightly less incorrect)
|
||||
0.4.1 (commit c156c5c34e91e1f7ef449d2c1ea14e282104fd90)
|
||||
tested with ghc 7.4.2, 7.6.3, 7.8.4,7.10.0.20150123
|
||||
simple demonstration of how dialects could be handled internally
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue