Skip to content

Commit

Permalink
Added precision
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava committed Feb 20, 2023
1 parent 4ac6cc1 commit cb9d9f9
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 @@ -90,6 +90,7 @@ public static DbReader CreateCommand(DbConnection db, TemplateQuery query)
if (value is DateTimeOffset d)
{
p.Value = d.UtcDateTime;
p.DbType = DbType.DateTime2;
}
else
{
Expand Down

0 comments on commit cb9d9f9

Please sign in to comment.