[PR #5806] Fix for SQL Server, LockMode::NONE is used to get "WITH (NOLOCK)" #9735

Closed
opened 2026-01-22 16:05:15 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/5806

State: closed
Merged: No


In SQL Server when you want to use "WITH (NOLOCK)" you can't, because there is no active transaction.

**Original Pull Request:** https://github.com/doctrine/orm/pull/5806 **State:** closed **Merged:** No --- In SQL Server when you want to use "WITH (NOLOCK)" you can't, because there is no active transaction.
admin added the pull-request label 2026-01-22 16:05:15 +01:00
admin closed this issue 2026-01-22 16:05:16 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#9735