Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 777e4a3

Browse files
committed
Update for false positives
Attempt to eliminate false positives using more specific regex
1 parent b84d787 commit 777e4a3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

xml/errors.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@
5454
<error regexp="CLI Driver.*DB2"/>
5555
<error regexp="DB2 SQL error"/>
5656
<error regexp="\bdb2_\w+\("/>
57-
<error regexp="SQLSTATE"/>
58-
<error regexp="SQLCODE"/>
57+
<error regexp="(?i)SQLSTATE.* SQLCODE.*"/>
5958
</dbms>
6059

6160
<!-- Informix -->

0 commit comments

Comments
 (0)