Added some error messages to detect back-end DBMS

This commit is contained in:
Bernardo Damele
2010-01-30 22:24:20 +00:00
parent 267cf5dd1a
commit 9ed0744510
2 changed files with 4 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
<error regexp="SQL syntax.*MySQL"/>
<error regexp="Warning.*mysql_.*"/>
<error regexp="valid MySQL result"/>
<error regexp="MySqlClient\."/>
</dbms>
<!-- PostgreSQL -->
@@ -13,6 +14,7 @@
<error regexp="PostgreSQL.*ERROR"/>
<error regexp="Warning.*pg_.*"/>
<error regexp="valid PostgreSQL result"/>
<error regexp="Npgsql\."/>
</dbms>
<!-- Microsoft SQL Server -->