|
5 | 5 | <dbms value="MySQL">
|
6 | 6 | <error regexp="SQL syntax.*?MySQL"/>
|
7 | 7 | <error regexp="Warning.*?\Wmysqli?_"/>
|
8 |
| - <error regexp="MySqlException \(0x"/> |
9 | 8 | <error regexp="MySQLSyntaxErrorException"/>
|
10 | 9 | <error regexp="valid MySQL result"/>
|
11 | 10 | <error regexp="check the manual that corresponds to your (MySQL|MariaDB) server version"/>
|
|
14 | 13 | <error regexp="com\.mysql\.jdbc"/>
|
15 | 14 | <error regexp="Zend_Db_(Adapter|Statement)_Mysqli_Exception"/>
|
16 | 15 | <error regexp="Pdo[./_\\]Mysql"/>
|
| 16 | + <error regexp="MySqlException"/> |
17 | 17 | </dbms>
|
18 | 18 |
|
19 | 19 | <!-- PostgreSQL -->
|
|
29 | 29 | <error regexp="PostgreSQL query failed"/>
|
30 | 30 | <error regexp="org\.postgresql\.jdbc"/>
|
31 | 31 | <error regexp="Pdo[./_\\]Pgsql"/>
|
| 32 | + <error regexp="PSQLException"/> |
32 | 33 | </dbms>
|
33 | 34 |
|
34 | 35 | <!-- Microsoft SQL Server -->
|
|
46 | 47 | <error regexp="ODBC Driver \d+ for SQL Server"/>
|
47 | 48 | <error regexp="SQLServer JDBC Driver"/>
|
48 | 49 | <error regexp="com\.jnetdirect\.jsql"/>
|
49 |
| - <error regexp="SQLSrvException"/> |
50 | 50 | <error regexp="macromedia\.jdbc\.sqlserver"/>
|
51 | 51 | <error regexp="Zend_Db_(Adapter|Statement)_Sqlsrv_Exception"/>
|
52 | 52 | <error regexp="com\.microsoft\.sqlserver\.jdbc"/>
|
53 | 53 | <error regexp="Pdo[./_\\](Mssql|SqlSrv)"/>
|
| 54 | + <error regexp="SQL(Srv|Server)Exception"/> |
54 | 55 | </dbms>
|
55 | 56 |
|
56 | 57 | <!-- Microsoft Access -->
|
|
74 | 75 | <error regexp="oracle\.jdbc"/>
|
75 | 76 | <error regexp="Zend_Db_(Adapter|Statement)_Oracle_Exception"/>
|
76 | 77 | <error regexp="Pdo[./_\\](Oracle|OCI)"/>
|
| 78 | + <error regexp="OracleException"/> |
77 | 79 | </dbms>
|
78 | 80 |
|
79 | 81 | <!-- IBM DB2 -->
|
|
85 | 87 | <error regexp="com\.ibm\.db2\.jcc"/>
|
86 | 88 | <error regexp="Zend_Db_(Adapter|Statement)_Db2_Exception"/>
|
87 | 89 | <error regexp="Pdo[./_\\]Ibm"/>
|
| 90 | + <error regexp="DB2Exception"/> |
88 | 91 | </dbms>
|
89 | 92 |
|
90 | 93 | <!-- Informix -->
|
|
96 | 99 | <error regexp="com\.informix\.jdbc"/>
|
97 | 100 | <error regexp="weblogic\.jdbc\.informix"/>
|
98 | 101 | <error regexp="Pdo[./_\\]Informix"/>
|
| 102 | + <error regexp="IfxException"/> |
99 | 103 | </dbms>
|
100 | 104 |
|
101 | 105 | <!-- Interbase/Firebird -->
|
|
118 | 122 | <error regexp="SQLite3::SQLException"/>
|
119 | 123 | <error regexp="org\.sqlite\.JDBC"/>
|
120 | 124 | <error regexp="Pdo[./_\\]Sqlite"/>
|
| 125 | + <error regexp="SQLiteException"/> |
121 | 126 | </dbms>
|
122 | 127 |
|
123 | 128 | <!-- SAP MaxDB -->
|
|
134 | 139 | <error regexp="Sybase message"/>
|
135 | 140 | <error regexp="Sybase.*?Server message"/>
|
136 | 141 | <error regexp="SybSQLException"/>
|
| 142 | + <error regexp="Sybase\.Data\.AseClient"/> |
137 | 143 | <error regexp="com\.sybase\.jdbc"/>
|
138 | 144 | </dbms>
|
139 | 145 |
|
|
0 commit comments