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

feat: support expr in values clause of multi table insert #15147

Merged
merged 12 commits into from
Apr 2, 2024

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    857ed20 View commit details
    Browse the repository at this point in the history
  2. fix clippy

    SkyFan2002 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    61e57ca View commit details
    Browse the repository at this point in the history
  3. adjust parser

    SkyFan2002 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    478cf03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d34437 View commit details
    Browse the repository at this point in the history
  5. add test

    SkyFan2002 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    aa3adc0 View commit details
    Browse the repository at this point in the history
  6. fix slt

    SkyFan2002 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    efcc46a View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    5f872ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9516817 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83e4dfe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    921f06e View commit details
    Browse the repository at this point in the history
  5. Update src/query/sql/src/executor/format.rs

    Co-authored-by: dantengsky <dantengsky@gmail.com>
    SkyFan2002 and dantengsky authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    bc3d66b View commit details
    Browse the repository at this point in the history
  6. Update src/query/sql/src/executor/physical_plan_display.rs

    Co-authored-by: dantengsky <dantengsky@gmail.com>
    SkyFan2002 and dantengsky authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    5e66680 View commit details
    Browse the repository at this point in the history