minor fix

This commit is contained in:
Miroslav Stampar 2010-12-29 20:38:56 +00:00
parent 2476c1516d
commit c3065f6ecc

View File

@ -12,7 +12,7 @@
<!-- PostgreSQL -->
<dbms value="PostgreSQL">
<error regexp="PostgreSQL.*ERROR"/>
<error regexp="Warning.*pg_.*"/>
<error regexp="Warning.*\Wpg_.*"/>
<error regexp="valid PostgreSQL result"/>
<error regexp="Npgsql\."/>
</dbms>
@ -38,8 +38,8 @@
<error regexp="ORA-[0-9][0-9][0-9][0-9]"/>
<error regexp="Oracle error"/>
<error regexp="Oracle.*Driver"/>
<error regexp="Warning.*oci_.*"/>
<error regexp="Warning.*ora_.*"/>
<error regexp="Warning.*\Woci_.*"/>
<error regexp="Warning.*\Wora_.*"/>
</dbms>
<!-- DB2 -->