Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SCT-79 Support sqlserver #92

Closed
wants to merge 2 commits into from
Closed

SCT-79 Support sqlserver #92

wants to merge 2 commits into from

Conversation

cppwfs
Copy link
Collaborator

@cppwfs cppwfs commented Feb 22, 2016

resolves #79

+ offset + " AND TMP_ROW_NUM < " + (offset+pageable.getPageSize()));
}

private String generateRowNumSqlQueryWithNesting(String innerSelectClause,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this is a private method and you pass in the same for both inner and outer, why not just pass it in once?

@mminella
Copy link
Contributor

Squashed and merged as 91fa6be

@mminella mminella closed this Feb 26, 2016
@mminella mminella removed the in pr label Feb 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add MS SQL Server as supported databases
2 participants