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

Fix OFFSET-FETCH clause problem for MS SQL Server prior to 2012 #110

Closed
wants to merge 5 commits into from

Commits on Dec 6, 2017

  1. [ADD] add class: MsSql2008Builder

    override ConstructFullSelectStatementInternal() to avoid OFFSET-FETCH clause which is supported from SQL Server 2012
    cheshenglin committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    53bc944 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6628718 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59de28b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e478be3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e40280 View commit details
    Browse the repository at this point in the history