querybuilder
querybuilder copied to clipboard
Inserting/updating DateTime attributes truncates milliseconds
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 https://github.com/sqlkata/querybuilder/blob/981f444c9377b635589f92863602411b44b754e4/QueryBuilder/SqlResult.cs#L72-L80 these lines to be the cause of the issue. Is this intended behaviour?