Minor update (error regex for PHP's sqlsrv module)

This commit is contained in:
Miroslav Stampar
2016-06-28 15:13:37 +02:00
parent 98b77d32cc
commit 65a0f15f69
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@
<error regexp="Driver.* SQL[\-\_\ ]*Server"/>
<error regexp="OLE DB.* SQL Server"/>
<error regexp="\bSQL Server.*Driver"/>
<error regexp="Warning.*mssql_.*"/>
<error regexp="Warning.*(mssql|sqlsrv)_"/>
<error regexp="\bSQL Server.*[0-9a-fA-F]{8}"/>
<error regexp="(?s)Exception.*\WSystem\.Data\.SqlClient\."/>
<error regexp="(?s)Exception.*\WRoadhouse\.Cms\."/>