jellyfin/Jellyfin.Server.Implementations
gnattu b0e853070b Don't use RETURNING clause with EFCore
The RETURNING clause helps with performance and is now default of EFCore. However, EFCore cannot automatically perform retry when the table was locked/busy. Disable it as a workaround for the locking issues of very huge databases.
2025-02-04 15:57:57 +08:00
..
2024-08-30 15:29:48 +02:00
2024-11-14 21:47:42 +00:00
2025-01-28 11:27:34 +01:00
2025-01-25 21:04:37 -05:00