Skip to content

Mssql: Support LIMIT and OFFSET#23

Merged
lippserd merged 5 commits into
masterfrom
feature/mssql-limit-offset
Jul 6, 2020
Merged

Mssql: Support LIMIT and OFFSET#23
lippserd merged 5 commits into
masterfrom
feature/mssql-limit-offset

Conversation

@lippserd
Copy link
Copy Markdown
Member

@lippserd lippserd commented Jun 4, 2020

resolves #19

@lippserd lippserd added the enhancement New feature or request label Jun 4, 2020
@lippserd lippserd added this to the v0.2.0 milestone Jun 4, 2020
Thomas-Gelf and others added 5 commits June 5, 2020 10:56
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
LIMIT and OFFSET in Mssql require an ORDER BY clause and are rendered as
OFFSET $n ROWS FETCH NEXT $n ROWS ONLY.

Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
@lippserd lippserd force-pushed the feature/mssql-limit-offset branch from 0ea0326 to a1faa83 Compare June 5, 2020 08:57
@lippserd lippserd merged commit 30c1682 into master Jul 6, 2020
@lippserd lippserd deleted the feature/mssql-limit-offset branch July 6, 2020 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support pagination (LIMIT and OFFSET) for Microsoft SQL Server

2 participants