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

Skip to content

Commit 96ccdb7

Browse files
committed
Adding new regular expressions for error messages
1 parent 4cf49bc commit 96ccdb7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

xml/errors.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<error regexp="Warning.*mysql_.*"/>
88
<error regexp="valid MySQL result"/>
99
<error regexp="MySqlClient\."/>
10+
<error regexp="com\.mysql\.jdbc\.exceptions"/>
1011
</dbms>
1112

1213
<!-- PostgreSQL -->
@@ -15,6 +16,7 @@
1516
<error regexp="Warning.*\Wpg_.*"/>
1617
<error regexp="valid PostgreSQL result"/>
1718
<error regexp="Npgsql\."/>
19+
<error regexp="org\.postgresql\.util\.PSQLException"/>
1820
</dbms>
1921

2022
<!-- Microsoft SQL Server -->
@@ -30,7 +32,7 @@
3032

3133
<!-- Microsoft Access -->
3234
<dbms value="Microsoft Access">
33-
<error regexp="Microsoft Access Driver"/>
35+
<error regexp="Microsoft Access (\d+ )?Driver"/>
3436
<error regexp="JET Database Engine"/>
3537
<error regexp="Access Database Engine"/>
3638
</dbms>
@@ -69,6 +71,7 @@
6971
<error regexp="System.Data.SQLite.SQLiteException"/>
7072
<error regexp="Warning.*sqlite_.*"/>
7173
<error regexp="Warning.*SQLite3::"/>
74+
<error regexp="\[SQLITE_ERROR\]"/>
7275
</dbms>
7376

7477
<!-- SAP MaxDB -->

0 commit comments

Comments
 (0)