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

Add support for multi table update with non literal value #15980

Merged
merged 7 commits into from
May 22, 2024

Commits on May 20, 2024

  1. feat: handle multi table update with non literal value

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed May 20, 2024
    Configuration menu
    Copy the full SHA
    077f49a View commit details
    Browse the repository at this point in the history
  2. refactor: basic comments and renames

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed May 20, 2024
    Configuration menu
    Copy the full SHA
    b5e413f View commit details
    Browse the repository at this point in the history
  3. feat: add support in engine primitive to execute non literal update

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed May 20, 2024
    Configuration menu
    Copy the full SHA
    2313819 View commit details
    Browse the repository at this point in the history
  4. test: added e2e test

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed May 20, 2024
    Configuration menu
    Copy the full SHA
    8d6e593 View commit details
    Browse the repository at this point in the history
  5. fix: check bvlist nil check for delete op

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed May 20, 2024
    Configuration menu
    Copy the full SHA
    f863651 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. fix: fail for dependent column update on same statement

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed May 21, 2024
    Configuration menu
    Copy the full SHA
    be4fd87 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. addressed review comments

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed May 22, 2024
    Configuration menu
    Copy the full SHA
    7d9d50f View commit details
    Browse the repository at this point in the history