Skip to content

Bug: Non-query statements are not taking into account SQL Server table hints #533

@marcin-brzozowski

Description

@marcin-brzozowski

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.

Metadata

Metadata

Labels

bugSomething isn't workingdeployedFeature or bug is deployed at the current releasefixedThe bug, issue, incident has been fixed.for grabsA community can grab for contributionpriorityTop priority feature or things to dotodoThings to be done in the future

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions