[PR #7322] [MERGED] Clean up SqliteItemRepository #11344

Closed
opened 2026-02-07 06:36:49 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/7322
Author: @Bond-009
Created: 2/16/2022
Status: Merged
Merged: 2/17/2022
Merged by: @crobibero

Base: masterHead: db2


📝 Commits (1)

  • 23ea14a Clean up SqliteItemRepository

📊 Changes

5 files changed (+52 additions, -326 deletions)

View changed files

📝 Emby.Server.Implementations/Data/SqliteItemRepository.cs (+48 -283)
📝 Emby.Server.Implementations/Data/SqliteUserDataRepository.cs (+1 -4)
📝 MediaBrowser.Controller/Persistence/IItemRepository.cs (+1 -22)
MediaBrowser.Controller/Persistence/IRepository.cs (+0 -16)
📝 MediaBrowser.Controller/Persistence/IUserDataRepository.cs (+2 -1)

📄 Description

  • remove dead code
  • reduce allocations

🔄 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/jellyfin/jellyfin/pull/7322 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 2/16/2022 **Status:** ✅ Merged **Merged:** 2/17/2022 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `db2` --- ### 📝 Commits (1) - [`23ea14a`](https://github.com/jellyfin/jellyfin/commit/23ea14aa274a6f3ba440a31a6a5b315bd8fcc094) Clean up SqliteItemRepository ### 📊 Changes **5 files changed** (+52 additions, -326 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Data/SqliteItemRepository.cs` (+48 -283) 📝 `Emby.Server.Implementations/Data/SqliteUserDataRepository.cs` (+1 -4) 📝 `MediaBrowser.Controller/Persistence/IItemRepository.cs` (+1 -22) ➖ `MediaBrowser.Controller/Persistence/IRepository.cs` (+0 -16) 📝 `MediaBrowser.Controller/Persistence/IUserDataRepository.cs` (+2 -1) </details> ### 📄 Description * remove dead code * reduce allocations --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:36:49 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11344