Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@embryologist
Last active August 10, 2018 03:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save embryologist/990a703085957d09959e169137d2f6fb to your computer and use it in GitHub Desktop.
Save embryologist/990a703085957d09959e169137d2f6fb to your computer and use it in GitHub Desktop.
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
Executed DbCommand (1ms) [Parameters=[@p2='2222', @p0='pop2' (Size = 4000), @p1='2018-08-09T20:17:33' (Nullable = true), @p3='0x0000000000000816' (Size = 8)], CommandType='Text', CommandTimeout='180']
SET NOCOUNT ON;
UPDATE [PatientsRegistry] SET [AliasName] = @p0, [DateNow] = @p1
WHERE [PatientFileId] = @p2 AND [RowVersion] = @p3;
SELECT [RowVersion]
FROM [PatientsRegistry]
WHERE @@ROWCOUNT = 1 AND [PatientFileId] = @p2;
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
Executed action method ArtCoreWebApi.Controllers.ClinicCoreControllers.PatientsRegistrationController.UpdatePatient (ArtCoreWebAPI), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 14.951ms.
info: Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor[1]
Executing ObjectResult, writing value of type 'ArtCoreWebApi.Persistence.Core.ApiSuccessResponder`1[[ArtCoreWebApi.Controllers.Resources.ClinicCoreResources.PatientRegistryResource, ArtCoreWebAPI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
Executed action ArtCoreWebApi.Controllers.ClinicCoreControllers.PatientsRegistrationController.UpdatePatient (ArtCoreWebAPI) in 22.029ms
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
Request finished in 29.673ms 200 application/json; charset=utf-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment