Closed (works as designed)
Project:
Drupal driver for SQL Server and SQL Azure
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 May 2010 at 12:39 UTC
Updated:
22 Nov 2016 at 08:24 UTC
Jump to comment: Most recent
Comments
Comment #1
david_garcia commentedConfirmed. This is now failing due to an issue with buffered queries in the PDO driver:
https://github.com/Azure/msphpsql/issues/71
This issue potentially leads to site locks when these are not properly released.
For D8 the solution is to completely override the lock service with an overriden version that worksaround the issue.
Comment #4
david_garcia commentedThis was fixed in the PDO driver. Some legacy code kept in the codebase to support people running PHP < 7. Will be removed in the future.