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

[release/6.0-rc1] Fix #25225 by forcing usage of renting and populating commands when using relational command cache #25668

Merged
merged 3 commits into from
Aug 24, 2021

Commits on Aug 20, 2021

  1. Fix dotnet#25225 by avoiding reusing the relational command to popula…

    …te split collection (only use cached command as template)
    Billy Braga committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    b20561b View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Extract the cached part of IRelationalCommand into IRelationalCommand…

    …Template to avoid confusion.
    Billy Braga committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    5ed1fda View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Apply suggestions from code review

    Co-authored-by: Shay Rojansky <roji@roji.org>
    billybraga and roji committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    2b0c9f2 View commit details
    Browse the repository at this point in the history