Open ghills opened 1 year ago
Get\GetAsync do not work correctly with SQL Server when the Id column is a reserved keyword (e.g. "Key") marked with the ExplicitKeyAttribute.
ExplicitKeyAttribute
Use the adapter specific column name escaping to resolve the issue.
resolves #150
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 resolve the issue.
resolves #150