Skip to content

Commit

Permalink
Precision added for async
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava committed Mar 15, 2023
1 parent cb9d9f9 commit d3f95e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NeuroSpeech.Eternity.DbStorage/DbConnectionHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ public static async Task<DbReader> CreateCommandAsync(DbConnection db, TemplateQ
if (value is DateTimeOffset d)
{
p.Value = d.UtcDateTime;
p.DbType = DbType.DateTime2;
}
else
{
Expand Down

0 comments on commit d3f95e1

Please sign in to comment.