osu/osu.Game/Database
Dean Herbert b7f6413bce Fix old version of beatmap potentially not being deleted during update flow
This can happen if the online IDs are not present in the `.osu` files.
Previously this was only working due to the early logic in the import
process (that relies on matching all online IDs perfectly).
2022-07-25 19:51:19 +09:00
..
BeatmapLookupCache.cs
DatabaseContextFactory.cs Throw on Wait failure in a few remaining cases 2022-06-23 15:28:21 +09:00
DatabaseWriteUsage.cs
EFToRealmMigrator.cs Standardise HasReplay implementation (and remove from persisting to realm) 2022-07-15 16:14:21 +09:00
EmptyRealmSet.cs
ICanAcceptFiles.cs
IDatabaseContextFactory.cs
IHasFiles.cs
IHasGuidPrimaryKey.cs
IHasNamedFiles.cs
IHasOnlineID.cs
IHasPrimaryKey.cs
IHasRealmFiles.cs
IModelDownloader.cs
IModelFileManager.cs
IModelImporter.cs Replace usages of string.To{Lower,Upper}() 2022-06-24 11:57:45 +02:00
IModelManager.cs
ImportProgressNotification.cs
ImportTask.cs
INamedFile.cs
INamedFileInfo.cs
INamedFileUsage.cs
IPostNotifications.cs
ISoftDelete.cs
LegacyBeatmapExporter.cs
LegacyBeatmapImporter.cs
LegacyExporter.cs
LegacyImportManager.cs
LegacyModelImporter.cs
LegacyScoreExporter.cs
LegacyScoreImporter.cs
LegacySkinExporter.cs
LegacySkinImporter.cs
Live.cs
MemoryCachingComponent.cs Add statistics display for MemoryCachingComponents 2022-07-06 18:38:40 +09:00
ModelDownloader.cs Fix old version of beatmap potentially not being deleted during update flow 2022-07-25 19:51:19 +09:00
ModelManager.cs Add assertion on realm re-fetch being not-null 2022-06-27 15:52:45 +09:00
OnlineLookupCache.cs
OsuDbContext.cs
RealmAccess.cs Change migration to trigger reprocessing on every local beatmap 2022-07-21 18:31:12 +09:00
RealmArchiveModelImporter.cs Ensure initial beatmap processing is done inside the import transaction 2022-07-11 02:51:54 +09:00
RealmExtensions.cs Fix transaction not being disposed 2022-07-07 18:15:38 +09:00
RealmFileStore.cs
RealmLive.cs Fix PerformWrite not rolling back transaction on exception 2022-06-30 15:15:09 +09:00
RealmLiveUnmanaged.cs
RealmObjectExtensions.cs Update parameter discards 2022-06-24 21:26:19 +09:00
UserLookupCache.cs