2008-10-15 19:38:22 +04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<root>
|
|
|
|
<!-- MySQL -->
|
|
|
|
<dbms value="MySQL">
|
2017-09-20 16:28:33 +03:00
|
|
|
<error regexp="SQL syntax.*?MySQL"/>
|
2018-12-16 18:00:04 +03:00
|
|
|
<error regexp="Warning.*?\Wmysqli?_"/>
|
2018-01-31 02:15:11 +03:00
|
|
|
<error regexp="MySQLSyntaxErrorException"/>
|
2008-10-15 19:38:22 +04:00
|
|
|
<error regexp="valid MySQL result"/>
|
2016-05-11 16:47:35 +03:00
|
|
|
<error regexp="check the manual that corresponds to your (MySQL|MariaDB) server version"/>
|
2018-09-05 01:16:35 +03:00
|
|
|
<error regexp="Unknown column '[^ ]+' in 'field list'"/>
|
2010-01-31 01:24:20 +03:00
|
|
|
<error regexp="MySqlClient\."/>
|
2018-12-07 13:22:53 +03:00
|
|
|
<error regexp="com\.mysql\.jdbc"/>
|
2018-12-16 17:20:46 +03:00
|
|
|
<error regexp="Zend_Db_(Adapter|Statement)_Mysqli_Exception"/>
|
|
|
|
<error regexp="Pdo[./_\\]Mysql"/>
|
2018-12-16 18:24:01 +03:00
|
|
|
<error regexp="MySqlException"/>
|
2008-10-15 19:38:22 +04:00
|
|
|
</dbms>
|
|
|
|
|
|
|
|
<!-- PostgreSQL -->
|
|
|
|
<dbms value="PostgreSQL">
|
2017-09-20 16:28:33 +03:00
|
|
|
<error regexp="PostgreSQL.*?ERROR"/>
|
|
|
|
<error regexp="Warning.*?\Wpg_"/>
|
2008-10-15 19:38:22 +04:00
|
|
|
<error regexp="valid PostgreSQL result"/>
|
2010-01-31 01:24:20 +03:00
|
|
|
<error regexp="Npgsql\."/>
|
2015-12-23 10:14:18 +03:00
|
|
|
<error regexp="PG::SyntaxError:"/>
|
2013-09-06 21:41:40 +04:00
|
|
|
<error regexp="org\.postgresql\.util\.PSQLException"/>
|
2017-09-20 16:28:33 +03:00
|
|
|
<error regexp="ERROR:\s\ssyntax error at or near"/>
|
2018-12-07 13:22:53 +03:00
|
|
|
<error regexp="ERROR: parser: parse error at or near"/>
|
|
|
|
<error regexp="PostgreSQL query failed"/>
|
|
|
|
<error regexp="org\.postgresql\.jdbc"/>
|
2018-12-16 17:20:46 +03:00
|
|
|
<error regexp="Pdo[./_\\]Pgsql"/>
|
2018-12-16 18:24:01 +03:00
|
|
|
<error regexp="PSQLException"/>
|
2008-10-15 19:38:22 +04:00
|
|
|
</dbms>
|
|
|
|
|
|
|
|
<!-- Microsoft SQL Server -->
|
|
|
|
<dbms value="Microsoft SQL Server">
|
2017-09-20 16:28:33 +03:00
|
|
|
<error regexp="Driver.*? SQL[\-\_\ ]*Server"/>
|
|
|
|
<error regexp="OLE DB.*? SQL Server"/>
|
2016-07-05 10:20:04 +03:00
|
|
|
<error regexp="\bSQL Server[^<"]+Driver"/>
|
2018-12-16 18:00:04 +03:00
|
|
|
<error regexp="Warning.*?\W(mssql|sqlsrv)_"/>
|
2016-07-05 10:32:08 +03:00
|
|
|
<error regexp="\bSQL Server[^<"]+[0-9a-fA-F]{8}"/>
|
2016-07-06 15:06:18 +03:00
|
|
|
<error regexp="System\.Data\.SqlClient\.SqlException"/>
|
2018-12-16 18:00:04 +03:00
|
|
|
<error regexp="(?s)Exception.*?\bRoadhouse\.Cms\."/>
|
2016-07-05 10:32:08 +03:00
|
|
|
<error regexp="Microsoft SQL Native Client error '[0-9a-fA-F]{8}"/>
|
2018-12-07 13:22:53 +03:00
|
|
|
<error regexp="\[SQL Server\]"/>
|
2016-06-27 12:16:41 +03:00
|
|
|
<error regexp="ODBC SQL Server Driver"/>
|
2018-01-31 02:15:11 +03:00
|
|
|
<error regexp="ODBC Driver \d+ for SQL Server"/>
|
2016-07-04 18:24:17 +03:00
|
|
|
<error regexp="SQLServer JDBC Driver"/>
|
|
|
|
<error regexp="com\.jnetdirect\.jsql"/>
|
2018-12-07 13:22:53 +03:00
|
|
|
<error regexp="macromedia\.jdbc\.sqlserver"/>
|
2018-12-16 17:20:46 +03:00
|
|
|
<error regexp="Zend_Db_(Adapter|Statement)_Sqlsrv_Exception"/>
|
2018-12-07 13:22:53 +03:00
|
|
|
<error regexp="com\.microsoft\.sqlserver\.jdbc"/>
|
2018-12-16 17:20:46 +03:00
|
|
|
<error regexp="Pdo[./_\\](Mssql|SqlSrv)"/>
|
2018-12-16 18:24:01 +03:00
|
|
|
<error regexp="SQL(Srv|Server)Exception"/>
|
2008-10-15 19:38:22 +04:00
|
|
|
</dbms>
|
|
|
|
|
|
|
|
<!-- Microsoft Access -->
|
|
|
|
<dbms value="Microsoft Access">
|
2013-09-06 21:41:40 +04:00
|
|
|
<error regexp="Microsoft Access (\d+ )?Driver"/>
|
2008-12-22 22:35:13 +03:00
|
|
|
<error regexp="JET Database Engine"/>
|
2010-03-18 20:20:54 +03:00
|
|
|
<error regexp="Access Database Engine"/>
|
2016-01-17 17:22:53 +03:00
|
|
|
<error regexp="ODBC Microsoft Access"/>
|
2016-07-06 14:48:35 +03:00
|
|
|
<error regexp="Syntax error \(missing operator\) in query expression"/>
|
2008-10-15 19:38:22 +04:00
|
|
|
</dbms>
|
|
|
|
|
|
|
|
<!-- Oracle -->
|
|
|
|
<dbms value="Oracle">
|
2016-04-11 23:38:44 +03:00
|
|
|
<error regexp="\bORA-\d{5}"/>
|
2008-10-15 19:38:22 +04:00
|
|
|
<error regexp="Oracle error"/>
|
2017-09-20 16:28:33 +03:00
|
|
|
<error regexp="Oracle.*?Driver"/>
|
2018-12-16 18:00:04 +03:00
|
|
|
<error regexp="Warning.*?\W(oci|ora)_"/>
|
2016-07-07 00:43:10 +03:00
|
|
|
<error regexp="quoted string not properly terminated"/>
|
2017-09-20 16:28:33 +03:00
|
|
|
<error regexp="SQL command not properly ended"/>
|
2018-12-07 13:22:53 +03:00
|
|
|
<error regexp="macromedia\.jdbc\.oracle"/>
|
|
|
|
<error regexp="oracle\.jdbc"/>
|
2018-12-16 17:20:46 +03:00
|
|
|
<error regexp="Zend_Db_(Adapter|Statement)_Oracle_Exception"/>
|
|
|
|
<error regexp="Pdo[./_\\](Oracle|OCI)"/>
|
2018-12-16 18:24:01 +03:00
|
|
|
<error regexp="OracleException"/>
|
2008-10-15 19:38:22 +04:00
|
|
|
</dbms>
|
|
|
|
|
2011-06-27 12:58:59 +04:00
|
|
|
<!-- IBM DB2 -->
|
|
|
|
<dbms value="IBM DB2">
|
2017-09-20 16:28:33 +03:00
|
|
|
<error regexp="CLI Driver.*?DB2"/>
|
2008-10-15 19:38:22 +04:00
|
|
|
<error regexp="DB2 SQL error"/>
|
2014-11-28 02:54:03 +03:00
|
|
|
<error regexp="\bdb2_\w+\("/>
|
2016-04-08 15:59:52 +03:00
|
|
|
<error regexp="SQLSTATE.+SQLCODE"/>
|
2018-12-07 13:22:53 +03:00
|
|
|
<error regexp="com\.ibm\.db2\.jcc"/>
|
2018-12-16 17:20:46 +03:00
|
|
|
<error regexp="Zend_Db_(Adapter|Statement)_Db2_Exception"/>
|
|
|
|
<error regexp="Pdo[./_\\]Ibm"/>
|
2018-12-16 18:24:01 +03:00
|
|
|
<error regexp="DB2Exception"/>
|
2008-10-15 19:38:22 +04:00
|
|
|
</dbms>
|
|
|
|
|
|
|
|
<!-- Informix -->
|
|
|
|
<dbms value="Informix">
|
2018-12-16 18:00:04 +03:00
|
|
|
<error regexp="Warning.*?\Wifx_"/>
|
2017-09-20 16:28:33 +03:00
|
|
|
<error regexp="Exception.*?Informix"/>
|
2016-07-04 10:49:18 +03:00
|
|
|
<error regexp="Informix ODBC Driver"/>
|
2018-12-07 13:22:53 +03:00
|
|
|
<error regexp="ODBC Informix driver"/>
|
2016-07-04 11:03:36 +03:00
|
|
|
<error regexp="com\.informix\.jdbc"/>
|
|
|
|
<error regexp="weblogic\.jdbc\.informix"/>
|
2018-12-16 17:20:46 +03:00
|
|
|
<error regexp="Pdo[./_\\]Informix"/>
|
2018-12-16 18:24:01 +03:00
|
|
|
<error regexp="IfxException"/>
|
2008-10-15 19:38:22 +04:00
|
|
|
</dbms>
|
|
|
|
|
2010-03-18 20:20:54 +03:00
|
|
|
<!-- Interbase/Firebird -->
|
|
|
|
<dbms value="Firebird">
|
2008-10-15 19:38:22 +04:00
|
|
|
<error regexp="Dynamic SQL Error"/>
|
2018-12-16 18:00:04 +03:00
|
|
|
<error regexp="Warning.*?\Wibase_"/>
|
2018-12-07 13:22:53 +03:00
|
|
|
<error regexp="org\.firebirdsql\.jdbc"/>
|
2018-12-16 17:20:46 +03:00
|
|
|
<error regexp="Pdo[./_\\]Firebird"/>
|
2008-10-15 19:38:22 +04:00
|
|
|
</dbms>
|
2010-08-30 17:29:19 +04:00
|
|
|
|
2010-03-18 20:20:54 +03:00
|
|
|
<!-- SQLite -->
|
|
|
|
<dbms value="SQLite">
|
|
|
|
<error regexp="SQLite/JDBCDriver"/>
|
2016-07-04 11:03:36 +03:00
|
|
|
<error regexp="SQLite\.Exception"/>
|
2017-09-20 16:28:33 +03:00
|
|
|
<error regexp="(Microsoft|System)\.Data\.SQLite\.SQLiteException"/>
|
2018-12-16 18:00:04 +03:00
|
|
|
<error regexp="Warning.*?\W(sqlite_|SQLite3::)"/>
|
2013-09-06 21:41:40 +04:00
|
|
|
<error regexp="\[SQLITE_ERROR\]"/>
|
2017-09-20 16:28:33 +03:00
|
|
|
<error regexp="SQLite error \d+:"/>
|
|
|
|
<error regexp="sqlite3.OperationalError:"/>
|
2018-12-07 13:22:53 +03:00
|
|
|
<error regexp="SQLite3::SQLException"/>
|
|
|
|
<error regexp="org\.sqlite\.JDBC"/>
|
2018-12-16 17:20:46 +03:00
|
|
|
<error regexp="Pdo[./_\\]Sqlite"/>
|
2018-12-16 18:24:01 +03:00
|
|
|
<error regexp="SQLiteException"/>
|
2010-03-18 20:20:54 +03:00
|
|
|
</dbms>
|
2008-10-15 19:38:22 +04:00
|
|
|
|
2010-08-30 17:29:19 +04:00
|
|
|
<!-- SAP MaxDB -->
|
|
|
|
<dbms value="SAP MaxDB">
|
2017-09-20 16:28:33 +03:00
|
|
|
<error regexp="SQL error.*?POS([0-9]+)"/>
|
2018-12-16 18:00:04 +03:00
|
|
|
<error regexp="Warning.*?\Wmaxdb_"/>
|
2018-12-07 13:22:53 +03:00
|
|
|
<error regexp="DriverSapDB"/>
|
|
|
|
<error regexp="com\.sap\.dbtech\.jdbc"/>
|
2010-08-30 17:29:19 +04:00
|
|
|
</dbms>
|
|
|
|
|
2010-10-12 23:05:12 +04:00
|
|
|
<!-- Sybase -->
|
|
|
|
<dbms value="Sybase">
|
2018-12-16 18:00:04 +03:00
|
|
|
<error regexp="Warning.*?\Wsybase_"/>
|
2010-11-02 21:43:20 +03:00
|
|
|
<error regexp="Sybase message"/>
|
2017-09-20 16:28:33 +03:00
|
|
|
<error regexp="Sybase.*?Server message"/>
|
2016-03-01 17:40:34 +03:00
|
|
|
<error regexp="SybSQLException"/>
|
2018-12-16 18:24:01 +03:00
|
|
|
<error regexp="Sybase\.Data\.AseClient"/>
|
2016-03-01 17:40:34 +03:00
|
|
|
<error regexp="com\.sybase\.jdbc"/>
|
2010-10-12 23:05:12 +04:00
|
|
|
</dbms>
|
|
|
|
|
2010-11-05 19:19:41 +03:00
|
|
|
<!-- Ingres -->
|
|
|
|
<dbms value="Ingres">
|
2018-12-16 18:00:04 +03:00
|
|
|
<error regexp="Warning.*?\Wingres_"/>
|
2010-11-05 19:19:41 +03:00
|
|
|
<error regexp="Ingres SQLSTATE"/>
|
2017-09-20 16:28:33 +03:00
|
|
|
<error regexp="Ingres\W.*?Driver"/>
|
2018-12-07 13:22:53 +03:00
|
|
|
<error regexp="com\.ingres\.gcf\.jdbc"/>
|
2010-11-05 19:19:41 +03:00
|
|
|
</dbms>
|
|
|
|
|
2012-05-08 21:02:58 +04:00
|
|
|
<!-- Frontbase -->
|
|
|
|
<dbms value="Frontbase">
|
2017-09-20 16:28:33 +03:00
|
|
|
<error regexp="Exception (condition )?\d+\. Transaction rollback"/>
|
|
|
|
<error regexp="com\.frontbase\.jdbc"/>
|
2012-05-08 21:02:58 +04:00
|
|
|
</dbms>
|
2013-07-01 15:17:52 +04:00
|
|
|
|
|
|
|
<!-- HSQLDB -->
|
|
|
|
<dbms value="HSQLDB">
|
2015-10-10 15:53:08 +03:00
|
|
|
<error regexp="Unexpected end of command in statement \["/>
|
2017-09-20 16:28:33 +03:00
|
|
|
<error regexp="Unexpected token.*?in statement \["/>
|
2018-12-07 13:22:53 +03:00
|
|
|
<error regexp="org\.hsqldb\.jdbc"/>
|
2013-07-01 15:17:52 +04:00
|
|
|
</dbms>
|
|
|
|
|
2018-10-24 17:33:23 +03:00
|
|
|
<!-- H2 -->
|
|
|
|
<dbms value="H2">
|
|
|
|
<error regexp="org\.h2\.jdbc"/>
|
|
|
|
</dbms>
|
2008-10-15 19:38:22 +04:00
|
|
|
</root>
|