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

txn: fix alias related bugs for non-transactional DML #39459

Merged
merged 12 commits into from
Dec 1, 2022

Commits on Nov 29, 2022

  1. fix: table not found when there are aliases in multi-join

    Signed-off-by: ekexium <eke@fastmail.com>
    ekexium committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    b8d87b9 View commit details
    Browse the repository at this point in the history
  2. fix: alias related check

    Signed-off-by: ekexium <eke@fastmail.com>
    ekexium committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    7dace92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fce437 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. refactor: fmt

    Signed-off-by: ekexium <eke@fastmail.com>
    ekexium committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    74bf303 View commit details
    Browse the repository at this point in the history
  2. fix: false positive check of updating shard column

    Signed-off-by: ekexium <eke@fastmail.com>
    ekexium committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    9ecc049 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b8e792 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47dbc75 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Update session/nontransactional.go

    Co-authored-by: you06 <you1474600@gmail.com>
    ekexium and you06 authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    70d7af2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1225957 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fa5848 View commit details
    Browse the repository at this point in the history
  4. better error message

    Signed-off-by: ekexium <eke@fastmail.com>
    ekexium committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    16719ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    788c94a View commit details
    Browse the repository at this point in the history