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

Restrain JSON_TABLE table function parsing to MySqlDialect and AnsiDialect #1123

Closed
wants to merge 19 commits into from

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    d7727a1 View commit details
    Browse the repository at this point in the history
  2. Add test for generic dialect

    viirya committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    5f73e1a View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Restore rustfmt change

    viirya committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    be776e5 View commit details
    Browse the repository at this point in the history
  2. Add test

    viirya committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    bed4af3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7fdae5 View commit details
    Browse the repository at this point in the history
  4. Fix format

    viirya committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    6febd52 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

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

    viirya committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    0b225bf View commit details
    Browse the repository at this point in the history
  3. Fix

    viirya committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    e1e5c41 View commit details
    Browse the repository at this point in the history
  4. Fix

    viirya committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    b7a4d3b View commit details
    Browse the repository at this point in the history
  5. Cleanup

    viirya committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    80a3dda View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Update src/parser/mod.rs

    Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
    viirya and alamb authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    7f7d764 View commit details
    Browse the repository at this point in the history
  2. Update src/ast/mod.rs

    Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
    viirya and alamb authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    b27da0f View commit details
    Browse the repository at this point in the history
  3. Remove redundant whitespace

    viirya committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    545c661 View commit details
    Browse the repository at this point in the history
  4. For review and fix tests

    viirya committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    96ecfb1 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Fix clippy

    viirya committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    8ce05b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd10ba5 View commit details
    Browse the repository at this point in the history
  3. Restore test change

    viirya committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    7b803a3 View commit details
    Browse the repository at this point in the history
  4. Fix test

    viirya committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    ff4c995 View commit details
    Browse the repository at this point in the history