You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #43330 [Cache][Lock] fix SQLSRV throws for method_exists() (GDmac)
This PR was merged into the 4.4 branch.
Discussion
----------
[Cache][Lock] fix SQLSRV throws for method_exists()
pdo_sqlsrv driver 5.9.0 always throws an exception for any call on method_exists().
(see microsoft/msphpsql/issues/1306)
```executeStatement()``` is a DBAL-method, and ```exec()``` is PDO.
fix by excluding method_exists() on PDO type of connections
| Q | A
| ------------- | ---
| Branch? | 4.4 (and later)
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| License | MIT
Commits
-------
d65f9ee fix SQLSRV throws for method_exists()
0 commit comments