JamalQasem

Results 2 issues of JamalQasem

We are using SqlKata/Dapper(2.1.35) to implement a Web-API for a Postgres database with around 20 tables. The API contains methods to query and manipulate data. It does not use stored...

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...