Skip to content

Support parameters in FETCH and and TOP #2529

Description

@mathiasrw

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions