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

SQLParser: Introduce LIMIT clause #544

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Jun 13, 2023

  1. Introduce the functionality to limit the number of

    output rows in the SQL parser.
    tomschw committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    0a040b3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'sqlparser-limit-output' of https://github.com/tomschw/d…

    …aphne into sqlparser-limit-output
    tomschw committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    257234c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d5c9ce View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    de7913e View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Polishing.

    pdamme committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    27b536f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    3b56fa1 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Add fix for trying to get rows outside of scope directly

    in the Kernel (introduce lower bounds, upper bounds and sanity check).
    tomschw committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    ebb17c4 View commit details
    Browse the repository at this point in the history
  2. Change parsing of the literals for limit to use

    the function from the SQL parser.
    Also allows the use of not just INTEGER_LITERALS.
    Add corresponding test.
    tomschw committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    4157070 View commit details
    Browse the repository at this point in the history
  3. Fix error in slicerow limits.

    tomschw committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    5dc8179 View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary check.

    tomschw committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    48314d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    324c995 View commit details
    Browse the repository at this point in the history