The following non-query statements are not taking into account SQL Server table hints:
- Delete
- DeleteAll
- Insert
- InsertAll
- Merge
- MergeAll
- Update
- UpdateAll
The issue is related with the CommandTextCache class in the RepoDb.Core project. The related methods responsible for building the statements don't pass Hints object into the statement builders.
The following non-query statements are not taking into account SQL Server table hints:
The issue is related with the CommandTextCache class in the
RepoDb.Coreproject. The related methods responsible for building the statements don't passHintsobject into the statement builders.