zhouqingqing / qpmodel

A Relational Optimizer and Executor
MIT License
64 stars 18 forks source link

between clause issue#4 #163

Closed korenhe closed 3 years ago

korenhe commented 3 years ago

I tested these two patches through the test - Unit Tests which has 44 test cases and all passed.

[1/2] modify the g4 and parser.cs [2/2] modify all between () -> between .. and in the tests.

In fact I don't have time to read the ANTLR book, and I am not quite sure if this modification is the right/best way, for example ,

-.-|||