With #2517 we got to support parameters for LIMIT and OFFSET, meaning we can use LIMIT ? and the actual value is derived at execution time from the parameters passed. This also means that we can compile the SQL and reuse the cashed version independent of the limit value.
We would like to also offer support for FETCH and TOP. And please let me know if there are other key words that should be improved as well.
Please see CONTRIBUTING.md for guidance.
With #2517 we got to support parameters for LIMIT and OFFSET, meaning we can use
LIMIT ?and the actual value is derived at execution time from the parameters passed. This also means that we can compile the SQL and reuse the cashed version independent of the limit value.We would like to also offer support for FETCH and TOP. And please let me know if there are other key words that should be improved as well.
Please see CONTRIBUTING.md for guidance.