This method make money transfer from one account (user) to another (video game machine) and set flag which user busy VGM. Same source code raise an exception: public async Task<decimal> BusyVgmBy(string vgmId, string targetId, string billingSrc, string billingDst, decimal money, bool dir = true) { var result = await _ctx.AsyncDatabaseCommands.BatchAsync(new ICommandData[] { new ScriptedPatchCommandData { […]
The post RavenDB: Exception when ScriptedPatchCommand after upgrade from 3690 to 3800 appeared first on BlogoSfera.