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

Protect ExecuteFetchAsDBA against multi-statements, excluding a sequence of CREATE TABLE|VIEW. #14954

Merged

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    c18b230 View commit details
    Browse the repository at this point in the history
  2. Introduce SplitStatements() helper function

    Signed-off-by: Shlomi Noach <[email protected]>
    shlomi-noach committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    18fe384 View commit details
    Browse the repository at this point in the history
  3. Protect ExecuteFetchAsDBA from multi-statements, excluding CREATE TAB…

    …LE and CREATE VIEW sequence. Fix allowZeroInDate
    
    Signed-off-by: Shlomi Noach <[email protected]>
    shlomi-noach committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    e50516f View commit details
    Browse the repository at this point in the history
  4. break down ExecuteFetch multi-statements

    Signed-off-by: Shlomi Noach <[email protected]>
    shlomi-noach committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    4b48079 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. queries aren't necessarily parseable

    Signed-off-by: Shlomi Noach <[email protected]>
    shlomi-noach committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    a337b8c View commit details
    Browse the repository at this point in the history
  2. fix multi statements

    Signed-off-by: Shlomi Noach <[email protected]>
    shlomi-noach committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    8c44651 View commit details
    Browse the repository at this point in the history
  3. fix multi statements

    Signed-off-by: Shlomi Noach <[email protected]>
    shlomi-noach committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    cf0c886 View commit details
    Browse the repository at this point in the history
  4. fix multi statements

    Signed-off-by: Shlomi Noach <[email protected]>
    shlomi-noach committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    6d9b595 View commit details
    Browse the repository at this point in the history
  5. fix test rewrite

    Signed-off-by: Shlomi Noach <[email protected]>
    shlomi-noach committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    79c4749 View commit details
    Browse the repository at this point in the history
  6. useDB rather than 'USE ...' statement

    Signed-off-by: Shlomi Noach <[email protected]>
    shlomi-noach committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    0c022c9 View commit details
    Browse the repository at this point in the history
  7. schemadiff uses SplitStatements

    Signed-off-by: Shlomi Noach <[email protected]>
    shlomi-noach committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    20658c8 View commit details
    Browse the repository at this point in the history