-
-
Notifications
You must be signed in to change notification settings - Fork 521
Open
Description
A colleague reported this issue against our data access layer and we noticed that the milliseconds are missing in the SqlKata generated statement. We suspect
querybuilder/QueryBuilder/SqlResult.cs
Lines 72 to 80 in 981f444
| if (value is DateTime date) | |
| { | |
| if (date.Date == date) | |
| { | |
| return "'" + date.ToString("yyyy-MM-dd") + "'"; | |
| } | |
| return "'" + date.ToString("yyyy-MM-dd HH:mm:ss") + "'"; | |
| } |
Metadata
Metadata
Assignees
Labels
No labels