Update for false positives

Attempt to eliminate false positives using more specific regex
This commit is contained in:
Andrew Smith 2016-01-07 15:42:22 -05:00
parent b84d787f4a
commit 777e4a3db2

View File

@ -54,8 +54,7 @@
<error regexp="CLI Driver.*DB2"/> <error regexp="CLI Driver.*DB2"/>
<error regexp="DB2 SQL error"/> <error regexp="DB2 SQL error"/>
<error regexp="\bdb2_\w+\("/> <error regexp="\bdb2_\w+\("/>
<error regexp="SQLSTATE"/> <error regexp="(?i)SQLSTATE.* SQLCODE.*"/>
<error regexp="SQLCODE"/>
</dbms> </dbms>
<!-- Informix --> <!-- Informix -->