Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Use READ COMMITTED isolation level when purging rooms #12942

Merged
merged 12 commits into from
Jul 18, 2022

Commits on Jun 1, 2022

  1. Configuration menu
    Copy the full SHA
    cbeefd9 View commit details
    Browse the repository at this point in the history
  2. Add changelog file

    Fizzadar committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    da89a5b View commit details
    Browse the repository at this point in the history
  3. Linting fix import order

    Fizzadar committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    8a1c5b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2022

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

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    6e7a288 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc32d56 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Only do select for update query on purge with postgres

    Sqllite doesn't support this query!
    Fizzadar committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    d5af031 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Delete rooms using two transactions

    This ensures we purge out anything written during the initial purge room
    transaction without having to keep the higher isolation level.
    Fizzadar committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    cedbe2a View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. Configuration menu
    Copy the full SHA
    c83db92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    110ad87 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    f895ace View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78d5c10 View commit details
    Browse the repository at this point in the history