1. 22 Sep, 2022 2 commits
    • Xavier Thompson's avatar
      slapproxy: Fix migration of forwarded requests · e0a747ab
      Xavier Thompson authored
      When migrating entries, use `INSERT OR REPLACE` to get rid of duplicate
      rows that cause constraint violations, instead of raising an exception.
      
      Note that this only affects the `forwarded_partition_request` table:
      for other tables it changes nothing in terms of behavior because the
      intial tables already cannot contain conflicting rows.
      e0a747ab
    • Xavier Thompson's avatar
      test_slapproxy: Test forwarded requests migration · 2762493f
      Xavier Thompson authored
      Insert duplicate entries in `forwarded_partition_request` table of each
      database dump of previous versions, and assert that only a single entry
      remains after the migration.
      2762493f
  2. 20 Sep, 2022 4 commits
  3. 19 Sep, 2022 6 commits
  4. 16 Sep, 2022 7 commits
  5. 15 Sep, 2022 1 commit
  6. 14 Sep, 2022 2 commits
  7. 13 Sep, 2022 9 commits
  8. 12 Sep, 2022 2 commits
  9. 09 Sep, 2022 1 commit
  10. 08 Sep, 2022 6 commits