Less problematic regex for MsSQL errors

This commit is contained in:
Miroslav Stampar
2016-07-05 09:20:04 +02:00
parent 2e2c62b6a7
commit d9315830f9
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@
<dbms value="Microsoft SQL Server">
<error regexp="Driver.* SQL[\-\_\ ]*Server"/>
<error regexp="OLE DB.* SQL Server"/>
<error regexp="\bSQL Server.*Driver"/>
<error regexp="\bSQL Server[^&lt;&quot;]+Driver"/>
<error regexp="Warning.*(mssql|sqlsrv)_"/>
<error regexp="\bSQL Server.*[0-9a-fA-F]{8}"/>
<error regexp="(?s)Exception.*\WSystem\.Data\.SqlClient\."/>