[PR #2976] [MERGED] Revert collection queries back to left_join #3203

Closed
opened 2026-03-03 09:41:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/2976
Author: @BlackDex
Created: 12/12/2022
Status: Merged
Merged: 12/12/2022
Merged by: @dani-garcia

Base: mainHead: issue-2975


📝 Commits (1)

  • d9c0c23 Revert collection queries back to left_join

📊 Changes

1 file changed (+6 additions, -6 deletions)

View changed files

📝 src/db/models/collection.rs (+6 -6)

📄 Description

Using the inner_join seems to cause issues, even though i have tested it. Strangely it does cause issues. Reverting it back to left_join seems to solve the issue for me.

Fixes #2975


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/2976 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 12/12/2022 **Status:** ✅ Merged **Merged:** 12/12/2022 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `issue-2975` --- ### 📝 Commits (1) - [`d9c0c23`](https://github.com/dani-garcia/vaultwarden/commit/d9c0c23819fdd327750931103a1ec3e625a257a4) Revert collection queries back to `left_join` ### 📊 Changes **1 file changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/db/models/collection.rs` (+6 -6) </details> ### 📄 Description Using the `inner_join` seems to cause issues, even though i have tested it. Strangely it does cause issues. Reverting it back to `left_join` seems to solve the issue for me. Fixes #2975 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 09:41:52 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#3203
No description provided.