|
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="com\.mysql\.jdbc\.exceptions"/> |
15 | 14 | <error regexp="Zend_Db_Statement_Mysqli_Exception"/>
|
| 15 | + <error regexp="com\.mysql\.jdbc"/> |
16 | 16 | </dbms>
|
17 | 17 |
|
18 | 18 | <!-- PostgreSQL -->
|
|
24 | 24 | <error regexp="PG::SyntaxError:"/>
|
25 | 25 | <error regexp="org\.postgresql\.util\.PSQLException"/>
|
26 | 26 | <error regexp="ERROR:\s\ssyntax error at or near"/>
|
| 27 | + <error regexp="ERROR: parser: parse error at or near"/> |
| 28 | + <error regexp="PostgreSQL query failed"/> |
| 29 | + <error regexp="org\.postgresql\.jdbc"/> |
27 | 30 | </dbms>
|
28 | 31 |
|
29 | 32 | <!-- Microsoft SQL Server -->
|
|
36 | 39 | <error regexp="System\.Data\.SqlClient\.SqlException"/>
|
37 | 40 | <error regexp="(?s)Exception.*?\WRoadhouse\.Cms\."/>
|
38 | 41 | <error regexp="Microsoft SQL Native Client error '[0-9a-fA-F]{8}"/>
|
39 |
| - <error regexp="com\.microsoft\.sqlserver\.jdbc\.SQLServerException"/> |
| 42 | + <error regexp="\[SQL Server\]"/> |
40 | 43 | <error regexp="ODBC SQL Server Driver"/>
|
41 | 44 | <error regexp="ODBC Driver \d+ for SQL Server"/>
|
42 | 45 | <error regexp="SQLServer JDBC Driver"/>
|
43 |
| - <error regexp="macromedia\.jdbc\.sqlserver"/> |
44 | 46 | <error regexp="com\.jnetdirect\.jsql"/>
|
45 | 47 | <error regexp="SQLSrvException"/>
|
| 48 | + <error regexp="macromedia\.jdbc\.sqlserver"/> |
| 49 | + <error regexp="com\.microsoft\.sqlserver\.jdbc"/> |
46 | 50 | </dbms>
|
47 | 51 |
|
48 | 52 | <!-- Microsoft Access -->
|
|
61 | 65 | <error regexp="Oracle.*?Driver"/>
|
62 | 66 | <error regexp="Warning.*?\Woci_"/>
|
63 | 67 | <error regexp="Warning.*?\Wora_"/>
|
64 |
| - <error regexp="oracle\.jdbc\.driver"/> |
65 | 68 | <error regexp="quoted string not properly terminated"/>
|
66 | 69 | <error regexp="SQL command not properly ended"/>
|
| 70 | + <error regexp="macromedia\.jdbc\.oracle"/> |
| 71 | + <error regexp="oracle\.jdbc"/> |
67 | 72 | </dbms>
|
68 | 73 |
|
69 | 74 | <!-- IBM DB2 -->
|
|
72 | 77 | <error regexp="DB2 SQL error"/>
|
73 | 78 | <error regexp="\bdb2_\w+\("/>
|
74 | 79 | <error regexp="SQLSTATE.+SQLCODE"/>
|
| 80 | + <error regexp="com\.ibm\.db2\.jcc"/> |
75 | 81 | </dbms>
|
76 | 82 |
|
77 | 83 | <!-- Informix -->
|
78 | 84 | <dbms value="Informix">
|
79 | 85 | <error regexp="Exception.*?Informix"/>
|
80 | 86 | <error regexp="Informix ODBC Driver"/>
|
| 87 | + <error regexp="ODBC Informix driver"/> |
81 | 88 | <error regexp="com\.informix\.jdbc"/>
|
82 | 89 | <error regexp="weblogic\.jdbc\.informix"/>
|
83 | 90 | </dbms>
|
|
86 | 93 | <dbms value="Firebird">
|
87 | 94 | <error regexp="Dynamic SQL Error"/>
|
88 | 95 | <error regexp="Warning.*?ibase_"/>
|
| 96 | + <error regexp="org\.firebirdsql\.jdbc"/> |
89 | 97 | </dbms>
|
90 | 98 |
|
91 | 99 | <!-- SQLite -->
|
|
98 | 106 | <error regexp="\[SQLITE_ERROR\]"/>
|
99 | 107 | <error regexp="SQLite error \d+:"/>
|
100 | 108 | <error regexp="sqlite3.OperationalError:"/>
|
| 109 | + <error regexp="SQLite3::SQLException"/> |
| 110 | + <error regexp="org\.sqlite\.JDBC"/> |
101 | 111 | </dbms>
|
102 | 112 |
|
103 | 113 | <!-- SAP MaxDB -->
|
104 | 114 | <dbms value="SAP MaxDB">
|
105 | 115 | <error regexp="SQL error.*?POS([0-9]+)"/>
|
106 | 116 | <error regexp="Warning.*?maxdb"/>
|
| 117 | + <error regexp="DriverSapDB"/> |
| 118 | + <error regexp="com\.sap\.dbtech\.jdbc"/> |
107 | 119 | </dbms>
|
108 | 120 |
|
109 | 121 | <!-- Sybase -->
|
|
120 | 132 | <error regexp="Warning.*?ingres_"/>
|
121 | 133 | <error regexp="Ingres SQLSTATE"/>
|
122 | 134 | <error regexp="Ingres\W.*?Driver"/>
|
| 135 | + <error regexp="com\.ingres\.gcf\.jdbc"/> |
123 | 136 | </dbms>
|
124 | 137 |
|
125 | 138 | <!-- Frontbase -->
|
|
130 | 143 |
|
131 | 144 | <!-- HSQLDB -->
|
132 | 145 | <dbms value="HSQLDB">
|
133 |
| - <error regexp="org\.hsqldb\.jdbc"/> |
134 | 146 | <error regexp="Unexpected end of command in statement \["/>
|
135 | 147 | <error regexp="Unexpected token.*?in statement \["/>
|
| 148 | + <error regexp="org\.hsqldb\.jdbc"/> |
136 | 149 | </dbms>
|
137 | 150 |
|
138 | 151 | <!-- H2 -->
|
139 | 152 | <dbms value="H2">
|
140 | 153 | <error regexp="org\.h2\.jdbc"/>
|
141 | 154 | </dbms>
|
142 |
| - |
143 | 155 | </root>
|
0 commit comments