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

[10.x] Fix Postgres cache store failed to put exist cache in transaction #48968

Merged
merged 10 commits into from
Nov 13, 2023

Commits on Nov 11, 2023

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

Commits on Nov 12, 2023

  1. [10.x] Improve put operation of database cache store

    - Prevent non-rollback error query occur in transaction
    - For existing keys they will have to execute two queries instead of just one with upserts
    xdevor committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    1f46617 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad09110 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3fbcae View commit details
    Browse the repository at this point in the history
  4. Fix SqlServerCacheStoreTest

    xdevor committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    8935755 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf305f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32f7a5c View commit details
    Browse the repository at this point in the history
  7. Refactor style

    xdevor committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    ff07be4 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. wip

    crynobone authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    e8e98e3 View commit details
    Browse the repository at this point in the history