|
11 | 11 | <error regexp="check the manual that corresponds to your (MySQL|MariaDB) server version"/>
|
12 | 12 | <error regexp="Unknown column '[^ ]+' in 'field list'"/>
|
13 | 13 | <error regexp="MySqlClient\."/>
|
14 |
| - <error regexp="Zend_Db_Statement_Mysqli_Exception"/> |
15 | 14 | <error regexp="com\.mysql\.jdbc"/>
|
| 15 | + <error regexp="Zend_Db_(Adapter|Statement)_Mysqli_Exception"/> |
| 16 | + <error regexp="Pdo[./_\\]Mysql"/> |
16 | 17 | </dbms>
|
17 | 18 |
|
18 | 19 | <!-- PostgreSQL -->
|
|
27 | 28 | <error regexp="ERROR: parser: parse error at or near"/>
|
28 | 29 | <error regexp="PostgreSQL query failed"/>
|
29 | 30 | <error regexp="org\.postgresql\.jdbc"/>
|
| 31 | + <error regexp="Pdo[./_\\]Pgsql"/> |
30 | 32 | </dbms>
|
31 | 33 |
|
32 | 34 | <!-- Microsoft SQL Server -->
|
|
46 | 48 | <error regexp="com\.jnetdirect\.jsql"/>
|
47 | 49 | <error regexp="SQLSrvException"/>
|
48 | 50 | <error regexp="macromedia\.jdbc\.sqlserver"/>
|
| 51 | + <error regexp="Zend_Db_(Adapter|Statement)_Sqlsrv_Exception"/> |
49 | 52 | <error regexp="com\.microsoft\.sqlserver\.jdbc"/>
|
| 53 | + <error regexp="Pdo[./_\\](Mssql|SqlSrv)"/> |
50 | 54 | </dbms>
|
51 | 55 |
|
52 | 56 | <!-- Microsoft Access -->
|
|
69 | 73 | <error regexp="SQL command not properly ended"/>
|
70 | 74 | <error regexp="macromedia\.jdbc\.oracle"/>
|
71 | 75 | <error regexp="oracle\.jdbc"/>
|
| 76 | + <error regexp="Zend_Db_(Adapter|Statement)_Oracle_Exception"/> |
| 77 | + <error regexp="Pdo[./_\\](Oracle|OCI)"/> |
72 | 78 | </dbms>
|
73 | 79 |
|
74 | 80 | <!-- IBM DB2 -->
|
|
78 | 84 | <error regexp="\bdb2_\w+\("/>
|
79 | 85 | <error regexp="SQLSTATE.+SQLCODE"/>
|
80 | 86 | <error regexp="com\.ibm\.db2\.jcc"/>
|
| 87 | + <error regexp="Zend_Db_(Adapter|Statement)_Db2_Exception"/> |
| 88 | + <error regexp="Pdo[./_\\]Ibm"/> |
81 | 89 | </dbms>
|
82 | 90 |
|
83 | 91 | <!-- Informix -->
|
|
87 | 95 | <error regexp="ODBC Informix driver"/>
|
88 | 96 | <error regexp="com\.informix\.jdbc"/>
|
89 | 97 | <error regexp="weblogic\.jdbc\.informix"/>
|
| 98 | + <error regexp="Pdo[./_\\]Informix"/> |
90 | 99 | </dbms>
|
91 | 100 |
|
92 | 101 | <!-- Interbase/Firebird -->
|
93 | 102 | <dbms value="Firebird">
|
94 | 103 | <error regexp="Dynamic SQL Error"/>
|
95 | 104 | <error regexp="Warning.*?ibase_"/>
|
96 | 105 | <error regexp="org\.firebirdsql\.jdbc"/>
|
| 106 | + <error regexp="Pdo[./_\\]Firebird"/> |
97 | 107 | </dbms>
|
98 | 108 |
|
99 | 109 | <!-- SQLite -->
|
|
108 | 118 | <error regexp="sqlite3.OperationalError:"/>
|
109 | 119 | <error regexp="SQLite3::SQLException"/>
|
110 | 120 | <error regexp="org\.sqlite\.JDBC"/>
|
| 121 | + <error regexp="Pdo[./_\\]Sqlite"/> |
111 | 122 | </dbms>
|
112 | 123 |
|
113 | 124 | <!-- SAP MaxDB -->
|
|
0 commit comments