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

Skip to content

Commit c3065f6

Browse files
committed
minor fix
1 parent 2476c15 commit c3065f6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

xml/errors.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<!-- PostgreSQL -->
1313
<dbms value="PostgreSQL">
1414
<error regexp="PostgreSQL.*ERROR"/>
15-
<error regexp="Warning.*pg_.*"/>
15+
<error regexp="Warning.*\Wpg_.*"/>
1616
<error regexp="valid PostgreSQL result"/>
1717
<error regexp="Npgsql\."/>
1818
</dbms>
@@ -38,8 +38,8 @@
3838
<error regexp="ORA-[0-9][0-9][0-9][0-9]"/>
3939
<error regexp="Oracle error"/>
4040
<error regexp="Oracle.*Driver"/>
41-
<error regexp="Warning.*oci_.*"/>
42-
<error regexp="Warning.*ora_.*"/>
41+
<error regexp="Warning.*\Woci_.*"/>
42+
<error regexp="Warning.*\Wora_.*"/>
4343
</dbms>
4444

4545
<!-- DB2 -->

0 commit comments

Comments
 (0)