mirror of
https://github.com/stashapp/stash.git
synced 2026-03-28 08:01:57 +01:00
- Wrap FindDuplicateImages query in r.withReadTxn() to ensure a database transaction in context. - Use queryFunc instead of queryStruct for fetching multiple hashes, preventing runtime errors. - Fix N+1 query issue in duplicate grouping by using qb.FindMany() instead of qb.Find() for each duplicate image. - Revert searchColumns array to exclude "images.details" which was from another PR and remove related failing test. |
||
|---|---|---|
| .. | ||
| api | ||
| autotag | ||
| build | ||
| desktop | ||
| dlna | ||
| identify | ||
| log | ||
| manager | ||
| static | ||