1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 16:07:25 +08:00
osu-lazer/osu.Game/Database
Dean Herbert 85827f83eb Perform a reload on objects when Refreshing them
Previously, it was possible for an object to be "refreshed" with a stale cached state from the current thread's context.

This ensures a check against the database is performed as well.

Resolves #1562.
2017-11-23 17:04:39 +09:00
..
DatabaseBackedStore.cs Perform a reload on objects when Refreshing them 2017-11-23 17:04:39 +09:00
DatabaseContextFactory.cs Rely on storage.DeleteDatabase for guaranteed database deletion 2017-10-21 00:15:02 +09:00
IHasPrimaryKey.cs Allow "refreshing" instances via DatabaseBackedStore 2017-10-25 22:06:25 +09:00
OsuDbContext.cs Add unique constraint on OnlineBeatmapID 2017-11-19 01:45:17 +09:00