DDC-818: MSSQL Locking not working in all places #1007

Closed
opened 2026-01-22 12:58:43 +01:00 by admin · 2 comments
Owner

Originally created by @doctrinebot on GitHub (Sep 26, 2010).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user @beberlei:

MSSQL locking requires the table name to be hinted with additional information. However in many places there are only ways to append the lock hints to the whole Query.

We have to lock over the code and delegate table name generation to $platform->appendLockHint($tableName) to get this fixed.

Originally created by @doctrinebot on GitHub (Sep 26, 2010). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user @beberlei: MSSQL locking requires the table name to be hinted with additional information. However in many places there are only ways to append the lock hints to the whole Query. We have to lock over the code and delegate table name generation to $platform->appendLockHint($tableName) to get this fixed.
admin added the Bug label 2026-01-22 12:58:43 +01:00
admin closed this issue 2026-01-22 12:58:45 +01:00
Author
Owner

@doctrinebot commented on GitHub (Nov 27, 2010):

Comment created by @beberlei:

This was fixed by juokaz

@doctrinebot commented on GitHub (Nov 27, 2010): Comment created by @beberlei: This was fixed by juokaz
Author
Owner

@doctrinebot commented on GitHub (Nov 27, 2010):

Issue was closed with resolution "Fixed"

@doctrinebot commented on GitHub (Nov 27, 2010): Issue was closed with resolution "Fixed"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#1007