1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 22:47:25 +08:00
osu-lazer/osu.Game/Database
naoey 61260cf599
Hand off comparison logic for database query to implementors
Equals overrides are not used in EF queries without running the comaprison locally instead of on the database, so to preserve that the comparison logic is instead implemented on a per manager basis.
2019-06-27 15:32:27 +05:30
..
ArchiveModelManager.cs Remove existing argument for ItemAdded event 2019-06-26 11:40:41 +09:00
DatabaseBackedStore.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
DatabaseContextFactory.cs Turn on warnings, resolve issues 2019-04-25 17:36:17 +09:00
DatabaseWriteUsage.cs Fix remaining issues 2019-02-28 13:31:40 +09:00
DownloadableArchiveModelManager.cs Hand off comparison logic for database query to implementors 2019-06-27 15:32:27 +05:30
ICanAcceptFiles.cs Move ArchiveModelManager import process to async flow 2019-06-10 13:42:22 +09:00
IDatabaseContextFactory.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
IHasFiles.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
IHasPrimaryKey.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
IModelDownloader.cs Simplify download method 2019-06-19 01:41:19 +09:00
IModelManager.cs Remove existing argument for ItemAdded event 2019-06-26 11:40:41 +09:00
INamedFileInfo.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
ISoftDelete.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
MutableDatabaseBackedStore.cs Merge branch 'master' into fix-disabled-set-crash 2019-03-05 17:25:13 +09:00
MutableDatabaseBackedStoreWithFileIncludes.cs Ensure deletions are correct without relying on FK cascade rule 2019-03-01 10:47:45 +09:00
OsuDbContext.cs Merge remote-tracking branch 'origin/master' into fix-new-inspections 2019-05-07 13:20:17 +09:00