Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2476c15 commit c3065f6Copy full SHA for c3065f6
1 file changed
xml/errors.xml
@@ -12,7 +12,7 @@
12
<!-- PostgreSQL -->
13
<dbms value="PostgreSQL">
14
<error regexp="PostgreSQL.*ERROR"/>
15
- <error regexp="Warning.*pg_.*"/>
+ <error regexp="Warning.*\Wpg_.*"/>
16
<error regexp="valid PostgreSQL result"/>
17
<error regexp="Npgsql\."/>
18
</dbms>
@@ -38,8 +38,8 @@
38
<error regexp="ORA-[0-9][0-9][0-9][0-9]"/>
39
<error regexp="Oracle error"/>
40
<error regexp="Oracle.*Driver"/>
41
- <error regexp="Warning.*oci_.*"/>
42
- <error regexp="Warning.*ora_.*"/>
+ <error regexp="Warning.*\Woci_.*"/>
+ <error regexp="Warning.*\Wora_.*"/>
43
44
45
<!-- DB2 -->
0 commit comments