Gavin Hills
Results
2
issues of
Gavin Hills
Get\GetAsync do not work correctly with SQL Server when the Id column is a reserved keyword (e.g. "Key") marked with the `ExplicitKeyAttribute`. Use the adapter specific column name escaping to...
https://github.com/DapperLib/Dapper.Contrib/blob/cf24f6bdc577b1e071c3764ddfb2cf3382531405/src/Dapper.Contrib/SqlMapperExtensions.Async.cs#L33 The query building for `Get`/`GetAsync` do simple string formatting to include the property name for the primary key of the table instead of formatting the escaped column name. For...