jellyfin/Emby.Server.Implementations/Data
Bond_009 d3f0346f04 Enable nullable for UserItemData
MetadataResult.GetOrAddUserData doesn't ever get used and is probably broken since the migration to .NET Core as it still expects a Guid for userId
2024-07-29 21:05:23 +02:00
..
BaseSqliteRepository.cs Merge pull request #11972 from Bond-009/numconns 2024-06-06 20:42:33 +02:00
CleanDatabaseScheduledTask.cs Replace != null with is not null 2022-12-05 15:01:13 +01:00
ManagedConnection.cs Backport pull request #11986 from jellyfin/release-10.9.z 2024-06-06 14:30:40 -04:00
SqliteExtensions.cs Specify DateTimeKind when pulling a DateTime out of the database 2024-01-06 15:01:54 -07:00
SqliteItemRepository.cs Backport pull request #12278 from jellyfin/release-10.9.z 2024-07-21 00:58:05 -04:00
SqliteUserDataRepository.cs Enable nullable for UserItemData 2024-07-29 21:05:23 +02:00
SynchronousMode.cs Fix minor warnings in Emby.Server.Implementations (#2149) 2022-10-06 21:43:44 +02:00
TempStoreMode.cs Fix warnings in Data 2021-10-02 13:03:04 -04:00
TypeMapper.cs Use ArgumentException.ThrowIfNullOrEmpty 2022-12-07 16:43:59 +01:00