Skip to content

Commit 4a89f9b

Browse files
committed
- introduced more generics in parser definition
1 parent b0e4a47 commit 4a89f9b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Original project websites:
3030
select a from taba union select b from tabb
3131
select a from taba intersect select b from tabb
3232
* Added support for extract(year from datetime-expr)
33+
* Start implementation of analytical expressions
3334

3435
## BUILDING
3536

change.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,4 @@ Added connect visitor
161161
TableNamesFinder included in source
162162
Added proper support for sets (union, intersect)
163163
Added support for extract(year from datetime-expr)
164-
Start of analytical expressions
164+
Start implementation of analytical expressions

0 commit comments

Comments
 (0)