Zaid-Ajaj / Npgsql.FSharp.Analyzer

F# analyzer that provides embedded SQL syntax analysis, type-checking for parameters and result sets and nullable column detection when writing queries using Npgsql.FSharp.
MIT License
137 stars 9 forks source link

Support for `distinct` in functions and the `BETWEEN` WHERE-clause construct #23

Closed sebastian closed 3 years ago

sebastian commented 3 years ago

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:

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?

sebastian commented 3 years ago

Close as duplicate of https://github.com/Zaid-Ajaj/Npgsql.FSharp.Analyzer/issues/22

Github at first returned a 404 when I created the original issue. Must have been a race condition of sorts. Hence the double issue.