Dear @Zaid-Ajaj, thank you for all the wonderful work you are doing for the open-source community!
I am considering using the SQL parser part of your library in a reference implementation I am building.
Currently, it is missing two features I would rely on, namely:
- the ability to use the
distinct keyword in a function (such as count(distinct column), and
- the
BETWEEN keyword for WHERE-clauses (WHERE age BETWEEN 1 and 20)
Would you welcome pull-requests to add these features?
If yes, are there any particular things I should keep in mind while adding these features? Say some non-obvious aspect of your library that doesn't immediately spring to mind but needs to be considered?
Dear @Zaid-Ajaj, thank you for all the wonderful work you are doing for the open-source community!
I am considering using the SQL parser part of your library in a reference implementation I am building.
Currently, it is missing two features I would rely on, namely:
distinctkeyword in a function (such ascount(distinct column), andBETWEENkeyword forWHERE-clauses (WHERE age BETWEEN 1 and 20)Would you welcome pull-requests to add these features?
If yes, are there any particular things I should keep in mind while adding these features? Say some non-obvious aspect of your library that doesn't immediately spring to mind but needs to be considered?