Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-BETA4
-
Fix Version/s: 2.0-RC1
-
Component/s: None
-
Security Level: All
-
Labels:None
Description
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.
This was fixed by juokaz