|
|
|
@ -1,357 +1,240 @@
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?> <!-- 声明XML文档的版本和编码方式 -->
|
|
|
|
|
|
|
|
|
|
<root> <!-- 定义XML文档的根元素 -->
|
|
|
|
|
<dbms value="MySQL"> <!-- 定义MySQL数据库管理系统 -->
|
|
|
|
|
<error regexp="SQL syntax.*?MySQL"/> <!-- 匹配MySQL语法错误的错误信息 -->
|
|
|
|
|
<error regexp="Warning.*?\Wmysqli?_"/> <!-- 匹配MySQLi扩展的警告信息 -->
|
|
|
|
|
<error regexp="MySQLSyntaxErrorException"/> <!-- 匹配MySQL语法异常的错误信息 -->
|
|
|
|
|
<error regexp="valid MySQL result"/> <!-- 匹配无效的MySQL查询结果的错误信息 -->
|
|
|
|
|
<error regexp="check the manual that (corresponds to|fits) your MySQL server version"/> <!-- 匹配与MySQL服务器版本不匹配的错误信息 -->
|
|
|
|
|
<error regexp="check the manual that (corresponds to|fits) your MariaDB server version" fork="MariaDB"/> <!-- 匹配与MariaDB服务器版本不匹配的错误信息 -->
|
|
|
|
|
<error regexp="check the manual that (corresponds to|fits) your Drizzle server version" fork="Drizzle"/> <!-- 匹配与Drizzle服务器版本不匹配的错误信息 -->
|
|
|
|
|
<error regexp="Unknown column '[^ ]+' in 'field list'"/> <!-- 匹配未知列名的错误信息 -->
|
|
|
|
|
<error regexp="MySqlClient\."/> <!-- 匹配MySqlClient相关的错误信息 -->
|
|
|
|
|
<error regexp="com\.mysql\.jdbc"/> <!-- 匹配MySQL JDBC驱动的错误信息 -->
|
|
|
|
|
<error regexp="Zend_Db_(Adapter|Statement)_Mysqli_Exception"/> <!-- 匹配Zend框架中MySQLi相关的异常信息 -->
|
|
|
|
|
<error regexp="Pdo[./_\\]Mysql"/> <!-- 匹配PDO MySQL驱动的错误信息 -->
|
|
|
|
|
<error regexp="MySqlException"/> <!-- 匹配MySQL异常的错误信息 -->
|
|
|
|
|
<error regexp="SQLSTATE$\d+$: Syntax error or access violation"/> <!-- 匹配SQL语法错误或访问违规的错误信息 -->
|
|
|
|
|
<error regexp="MemSQL does not support this type of query" fork="MemSQL"/> <!-- 匹配MemSQL不支持的查询类型的错误信息 -->
|
|
|
|
|
<error regexp="is not supported by MemSQL" fork="MemSQL"/> <!-- 匹配MemSQL不支持的查询类型的错误信息 -->
|
|
|
|
|
<error regexp="unsupported nested scalar subselect" fork="MemSQL"/> <!-- 匹配MemSQL不支持的嵌套标量子查询的错误信息 -->
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<dbms value="PostgreSQL"> <!-- 定义PostgreSQL数据库管理系统 -->
|
|
|
|
|
<error regexp="PostgreSQL.*?ERROR"/> <!-- 匹配PostgreSQL错误信息 -->
|
|
|
|
|
<error regexp="Warning.*?\Wpg_"/> <!-- 匹配PostgreSQL扩展的警告信息 -->
|
|
|
|
|
<error regexp="valid PostgreSQL result"/> <!-- 匹配无效的PostgreSQL查询结果的错误信息 -->
|
|
|
|
|
<error regexp="Npgsql\."/> <!-- 匹配Npgsql驱动的错误信息 -->
|
|
|
|
|
<error regexp="PG::SyntaxError:"/> <!-- 匹配PostgreSQL语法错误信息 -->
|
|
|
|
|
<error regexp="org\.postgresql\.util\.PSQLException"/> <!-- 匹配PostgreSQL JDBC驱动的异常信息 -->
|
|
|
|
|
<error regexp="ERROR:\s\ssyntax error at or near"/> <!-- 匹配PostgreSQL语法错误信息 -->
|
|
|
|
|
<error regexp="ERROR: parser: parse error at or near"/> <!-- 匹配PostgreSQL解析错误信息 -->
|
|
|
|
|
<error regexp="PostgreSQL query failed"/> <!-- 匹配PostgreSQL查询失败的错误信息 -->
|
|
|
|
|
<error regexp="org\.postgresql\.jdbc"/> <!-- 匹配PostgreSQL JDBC驱动的错误信息 -->
|
|
|
|
|
<error regexp="Pdo[./_\\]Pgsql"/> <!-- 匹配PDO PostgreSQL驱动的错误信息 -->
|
|
|
|
|
<error regexp="PSQLException"/> <!-- 匹配PostgreSQL异常的错误信息 -->
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<dbms value="Microsoft SQL Server"> <!-- 定义Microsoft SQL Server数据库管理系统 -->
|
|
|
|
|
<error regexp="Driver.*? SQL[\-\_\ ]*Server"/> <!-- 匹配SQL Server驱动的错误信息 -->
|
|
|
|
|
<error regexp="OLE DB.*? SQL Server"/> <!-- 匹配OLE DB SQL Server驱动的错误信息 -->
|
|
|
|
|
<error regexp="\bSQL Server[^<"]+Driver"/> <!-- 匹配SQL Server驱动的错误信息 -->
|
|
|
|
|
<error regexp="Warning.*?\W(mssql|sqlsrv)_"/> <!-- 匹配SQL Server扩展的警告信息 -->
|
|
|
|
|
<error regexp="\bSQL Server[^<"]+[0-9a-fA-F]{8}"/> <!-- 匹配SQL Server驱动的错误信息 -->
|
|
|
|
|
<error regexp="System\.Data\.SqlClient\.(SqlException|SqlConnection\.OnError)"/> <!-- 匹配SQL Server .NET驱动的异常信息 -->
|
|
|
|
|
<error regexp="(?s)Exception.*?\bRoadhouse\.Cms\."/> <!-- 匹配Roadhouse CMS相关的异常信息 -->
|
|
|
|
|
<error regexp="Microsoft SQL Native Client error '[0-9a-fA-F]{8}"/> <!-- 匹配SQL Server Native Client的错误信息 -->
|
|
|
|
|
<error regexp="$SQL Server$"/> <!-- 匹配SQL Server的错误信息 -->
|
|
|
|
|
<error regexp="ODBC SQL Server Driver"/> <!-- 匹配ODBC SQL Server驱动的错误信息 -->
|
|
|
|
|
<error regexp="ODBC Driver \d+ for SQL Server"/> <!-- 匹配ODBC SQL Server驱动的错误信息 -->
|
|
|
|
|
<error regexp="SQLServer JDBC Driver"/> <!-- 匹配SQL Server JDBC驱动的错误信息 -->
|
|
|
|
|
<error regexp="com\.jnetdirect\.jsql"/> <!-- 匹配JNetDirect SQL Server驱动的错误信息 -->
|
|
|
|
|
<error regexp="macromedia\.jdbc\.sqlserver"/> <!-- 匹配Macromedia SQL Server驱动的错误信息 -->
|
|
|
|
|
<error regexp="Zend_Db_(Adapter|Statement)_Sqlsrv_Exception"/> <!-- 匹配Zend框架中SQL Server相关的异常信息 -->
|
|
|
|
|
<error regexp="com\.microsoft\.sqlserver\.jdbc"/> <!-- 匹配Microsoft SQL Server JDBC驱动的错误信息 -->
|
|
|
|
|
<error regexp="Pdo[./_\\](Mssql|SqlSrv)"/> <!-- 匹配PDO SQL Server驱动的错误信息 -->
|
|
|
|
|
<error regexp="SQL(Srv|Server)Exception"/> <!-- 匹配SQL Server异常的错误信息 -->
|
|
|
|
|
<error regexp="Unclosed quotation mark after the character string"/> <!-- 匹配未闭合的引号的错误信息 -->
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?> <!-- 声明XML文档的版本为1.0,编码方式为UTF-8 -->
|
|
|
|
|
|
|
|
|
|
<root> <!-- 定义XML文档的根元素,所有内容都包含在此标签内 -->
|
|
|
|
|
<dbms value="MySQL"> <!-- 定义MySQL数据库管理系统,value属性指定数据库类型为MySQL -->
|
|
|
|
|
<error regexp="SQL syntax.*?MySQL"/> <!-- 匹配包含“SQL syntax”和“MySQL”的错误信息,用于识别MySQL语法错误 -->
|
|
|
|
|
<error regexp="Warning.*?\Wmysqli?_"/> <!-- 匹配包含“Warning”和“mysqli”或“mysql”的警告信息,用于识别MySQL扩展的警告 -->
|
|
|
|
|
<error regexp="MySQLSyntaxErrorException"/> <!-- 匹配MySQL语法异常的错误信息,用于识别MySQL语法错误 -->
|
|
|
|
|
<error regexp="valid MySQL result"/> <!-- 匹配无效的MySQL查询结果的错误信息,用于识别查询结果无效的情况 -->
|
|
|
|
|
<error regexp="check the manual that (corresponds to|fits) your MySQL server version"/> <!-- 匹配与MySQL服务器版本不匹配的错误信息,提示用户检查手册 -->
|
|
|
|
|
<error regexp="check the manual that (corresponds to|fits) your MariaDB server version" fork="MariaDB"/> <!-- 匹配与MariaDB服务器版本不匹配的错误信息,fork属性指定为MariaDB -->
|
|
|
|
|
<error regexp="check the manual that (corresponds to|fits) your Drizzle server version" fork="Drizzle"/> <!-- 匹配与Drizzle服务器版本不匹配的错误信息,fork属性指定为Drizzle -->
|
|
|
|
|
<error regexp="Unknown column '[^ ]+' in 'field list'"/> <!-- 匹配未知列名的错误信息,用于识别字段列表中不存在的列 -->
|
|
|
|
|
<error regexp="MySqlClient\."/> <!-- 匹配MySqlClient相关的错误信息,用于识别MySqlClient驱动的错误 -->
|
|
|
|
|
<error regexp="com\.mysql\.jdbc"/> <!-- 匹配MySQL JDBC驱动的错误信息,用于识别JDBC相关的错误 -->
|
|
|
|
|
<error regexp="Zend_Db_(Adapter|Statement)_Mysqli_Exception"/> <!-- 匹配Zend框架中MySQLi相关的异常信息,用于识别Zend框架中的MySQLi错误 -->
|
|
|
|
|
<error regexp="Pdo[./_\\]Mysql"/> <!-- 匹配PDO MySQL驱动的错误信息,用于识别PDO驱动的错误 -->
|
|
|
|
|
<error regexp="MySqlException"/> <!-- 匹配MySQL异常的错误信息,用于识别MySQL相关的异常 -->
|
|
|
|
|
<error regexp="SQLSTATE$\d+$: Syntax error or access violation"/> <!-- 匹配SQL语法错误或访问违规的错误信息,用于识别SQLSTATE错误 -->
|
|
|
|
|
<error regexp="MemSQL does not support this type of query" fork="MemSQL"/> <!-- 匹配MemSQL不支持的查询类型的错误信息,fork属性指定为MemSQL -->
|
|
|
|
|
<error regexp="is not supported by MemSQL" fork="MemSQL"/> <!-- 匹配MemSQL不支持的查询类型的错误信息,fork属性指定为MemSQL -->
|
|
|
|
|
<error regexp="unsupported nested scalar subselect" fork="MemSQL"/> <!-- 匹配MemSQL不支持的嵌套标量子查询的错误信息,fork属性指定为MemSQL -->
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<dbms value="PostgreSQL"> <!-- 定义PostgreSQL数据库管理系统,value属性指定数据库类型为PostgreSQL -->
|
|
|
|
|
<error regexp="PostgreSQL.*?ERROR"/> <!-- 匹配包含“PostgreSQL”和“ERROR”的错误信息,用于识别PostgreSQL错误 -->
|
|
|
|
|
<error regexp="Warning.*?\Wpg_"/> <!-- 匹配包含“Warning”和“pg_”的警告信息,用于识别PostgreSQL扩展的警告 -->
|
|
|
|
|
<error regexp="valid PostgreSQL result"/> <!-- 匹配无效的PostgreSQL查询结果的错误信息,用于识别查询结果无效的情况 -->
|
|
|
|
|
<error regexp="Npgsql\."/> <!-- 匹配Npgsql驱动的错误信息,用于识别Npgsql驱动的错误 -->
|
|
|
|
|
<error regexp="PG::SyntaxError:"/> <!-- 匹配PostgreSQL语法错误信息,用于识别语法错误 -->
|
|
|
|
|
<error regexp="org\.postgresql\.util\.PSQLException"/> <!-- 匹配PostgreSQL JDBC驱动的异常信息,用于识别JDBC相关的错误 -->
|
|
|
|
|
<error regexp="ERROR:\s\ssyntax error at or near"/> <!-- 匹配PostgreSQL语法错误信息,用于识别语法错误 -->
|
|
|
|
|
<error regexp="ERROR: parser: parse error at or near"/> <!-- 匹配PostgreSQL解析错误信息,用于识别解析错误 -->
|
|
|
|
|
<error regexp="PostgreSQL query failed"/> <!-- 匹配PostgreSQL查询失败的错误信息,用于识别查询失败的情况 -->
|
|
|
|
|
<error regexp="org\.postgresql\.jdbc"/> <!-- 匹配PostgreSQL JDBC驱动的错误信息,用于识别JDBC相关的错误 -->
|
|
|
|
|
<error regexp="Pdo[./_\\]Pgsql"/> <!-- 匹配PDO PostgreSQL驱动的错误信息,用于识别PDO驱动的错误 -->
|
|
|
|
|
<error regexp="PSQLException"/> <!-- 匹配PostgreSQL异常的错误信息,用于识别PostgreSQL相关的异常 -->
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<dbms value="Microsoft SQL Server"> <!-- 定义Microsoft SQL Server数据库管理系统,value属性指定数据库类型为SQL Server -->
|
|
|
|
|
<error regexp="Driver.*? SQL[\-\_\ ]*Server"/> <!-- 匹配包含“Driver”和“SQL Server”的错误信息,用于识别SQL Server驱动的错误 -->
|
|
|
|
|
<error regexp="OLE DB.*? SQL Server"/> <!-- 匹配包含“OLE DB”和“SQL Server”的错误信息,用于识别OLE DB驱动的错误 -->
|
|
|
|
|
<error regexp="\bSQL Server[^<"]+Driver"/> <!-- 匹配SQL Server驱动的错误信息,用于识别驱动相关的错误 -->
|
|
|
|
|
<error regexp="Warning.*?\W(mssql|sqlsrv)_"/> <!-- 匹配包含“Warning”和“mssql”或“sqlsrv”的警告信息,用于识别SQL Server扩展的警告 -->
|
|
|
|
|
<error regexp="\bSQL Server[^<"]+[0-9a-fA-F]{8}"/> <!-- 匹配SQL Server驱动的错误信息,用于识别驱动相关的错误 -->
|
|
|
|
|
<error regexp="System\.Data\.SqlClient\.(SqlException|SqlConnection\.OnError)"/> <!-- 匹配SQL Server .NET驱动的异常信息,用于识别.NET驱动的错误 -->
|
|
|
|
|
<error regexp="(?s)Exception.*?\bRoadhouse\.Cms\."/> <!-- 匹配Roadhouse CMS相关的异常信息,用于识别CMS相关的错误 -->
|
|
|
|
|
<error regexp="Microsoft SQL Native Client error '[0-9a-fA-F]{8}"/> <!-- 匹配SQL Server Native Client的错误信息,用于识别Native Client的错误 -->
|
|
|
|
|
<error regexp="$SQL Server$"/> <!-- 匹配SQL Server的错误信息,用于识别SQL Server相关的错误 -->
|
|
|
|
|
<error regexp="ODBC SQL Server Driver"/> <!-- 匹配ODBC SQL Server驱动的错误信息,用于识别ODBC驱动的错误 -->
|
|
|
|
|
<error regexp="ODBC Driver \d+ for SQL Server"/> <!-- 匹配ODBC SQL Server驱动的错误信息,用于识别ODBC驱动的错误 -->
|
|
|
|
|
<error regexp="SQLServer JDBC Driver"/> <!-- 匹配SQL Server JDBC驱动的错误信息,用于识别JDBC驱动的错误 -->
|
|
|
|
|
<error regexp="com\.jnetdirect\.jsql"/> <!-- 匹配JNetDirect SQL Server驱动的错误信息,用于识别JNetDirect驱动的错误 -->
|
|
|
|
|
<error regexp="macromedia\.jdbc\.sqlserver"/> <!-- 匹配Macromedia SQL Server驱动的错误信息,用于识别Macromedia驱动的错误 -->
|
|
|
|
|
<error regexp="Zend_Db_(Adapter|Statement)_Sqlsrv_Exception"/> <!-- 匹配Zend框架中SQL Server相关的异常信息,用于识别Zend框架中的SQL Server错误 -->
|
|
|
|
|
<error regexp="com\.microsoft\.sqlserver\.jdbc"/> <!-- 匹配Microsoft SQL Server JDBC驱动的错误信息,用于识别JDBC驱动的错误 -->
|
|
|
|
|
<error regexp="Pdo[./_\\](Mssql|SqlSrv)"/> <!-- 匹配PDO SQL Server驱动的错误信息,用于识别PDO驱动的错误 -->
|
|
|
|
|
<error regexp="SQL(Srv|Server)<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
|
|
|
|
|
|
|
|
```xml
|
|
|
|
|
<root> <!-- 定义XML文档的根元素 -->
|
|
|
|
|
<dbms value="Microsoft Access"> <!-- 定义Microsoft Access数据库管理系统 -->
|
|
|
|
|
<error regexp="Microsoft Access (\d+ )?Driver"/> <!-- 匹配Microsoft Access驱动的错误信息 -->
|
|
|
|
|
<error regexp="JET Database Engine"/> <!-- 匹配JET数据库引擎的错误信息 -->
|
|
|
|
|
<error regexp="Access Database Engine"/> <!-- 匹配Access数据库引擎的错误信息 -->
|
|
|
|
|
<error regexp="ODBC Microsoft Access"/> <!-- 匹配ODBC Microsoft Access驱动的错误信息 -->
|
|
|
|
|
<error regexp="Syntax error $missing operator$ in query expression"/> <!-- 匹配查询表达式中的缺失操作符的语法错误 -->
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<dbms value="Oracle"> <!-- 定义Oracle数据库管理系统 -->
|
|
|
|
|
<error regexp="\bORA-\d{5}"/> <!-- 匹配ORA错误代码,后跟五位数字 -->
|
|
|
|
|
<error regexp="Oracle error"/> <!-- 匹配通用的Oracle错误信息 -->
|
|
|
|
|
<error regexp="Oracle.*?Driver"/> <!-- 匹配与Oracle相关的驱动错误信息 -->
|
|
|
|
|
<error regexp="Warning.*?\W(oci|ora)_"/> <!-- 匹配OCI或ORA相关的警告信息 -->
|
|
|
|
|
<error regexp="quoted string not properly terminated"/> <!-- 匹配未正确终止的引号字符串的错误信息 -->
|
|
|
|
|
<error regexp="SQL command not properly ended"/> <!-- 匹配未正确结束的SQL命令错误信息 -->
|
|
|
|
|
<error regexp="macromedia\.jdbc\.oracle"/> <!-- 匹配Macromedia Oracle JDBC驱动的错误信息 -->
|
|
|
|
|
<error regexp="oracle\.jdbc"/> <!-- 匹配Oracle JDBC驱动的错误信息 -->
|
|
|
|
|
<error regexp="Zend_Db_(Adapter|Statement)_Oracle_Exception"/> <!-- 匹配Zend框架中Oracle相关的异常信息 -->
|
|
|
|
|
<error regexp="Pdo[./_\\](Oracle|OCI)"/> <!-- 匹配PDO Oracle或OCI驱动的错误信息 -->
|
|
|
|
|
<error regexp="OracleException"/> <!-- 匹配Oracle异常的错误信息 -->
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<dbms value="IBM DB2"> <!-- 定义IBM DB2数据库管理系统 -->
|
|
|
|
|
<error regexp="CLI Driver.*?DB2"/> <!-- 匹配DB2 CLI驱动的错误信息 -->
|
|
|
|
|
<error regexp="DB2 SQL error"/> <!-- 匹配DB2 SQL错误的通用错误信息 -->
|
|
|
|
|
<error regexp="\bdb2_\w+\(}/> <!-- 匹配DB2相关函数调用的错误信息 -->
|
|
|
|
|
<error regexp="SQLCODE[=:\d, -]+SQLSTATE"/> <!-- 匹配包含SQLCODE和SQLSTATE的错误信息 -->
|
|
|
|
|
<error regexp="com\.ibm\.db2\.jcc"/> <!-- 匹配IBM DB2 JCC驱动的错误信息 -->
|
|
|
|
|
<error regexp="Zend_Db_(Adapter|Statement)_Db2_Exception"/> <!-- 匹配Zend框架中DB2相关的异常信息 -->
|
|
|
|
|
<error regexp="Pdo[./_\\]Ibm"/> <!-- 匹配PDO IBM DB2驱动的错误信息 -->
|
|
|
|
|
<error regexp="DB2Exception"/> <!-- 匹配DB2异常的错误信息 -->
|
|
|
|
|
<error regexp="ibm_db_dbi\.ProgrammingError"/> <!-- 匹配ibm_db_dbi中的编程错误信息 -->
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<dbms value="Informix"> <!-- 定义Informix数据库管理系统 -->
|
|
|
|
|
<error regexp="Warning.*?\Wifx_"/> <!-- 匹配Informix扩展相关的警告信息 -->
|
|
|
|
|
<error regexp="Exception.*?Informix"/> <!-- 匹配Informix相关的异常信息 -->
|
|
|
|
|
<error regexp="Informix ODBC Driver"/> <!-- 匹配Informix ODBC驱动的错误信息 -->
|
|
|
|
|
<error regexp="ODBC Informix driver"/> <!-- 匹配ODBC Informix驱动的错误信息 -->
|
|
|
|
|
<error regexp="com\.informix\.jdbc"/> <!-- 匹配Informix JDBC驱动的错误信息 -->
|
|
|
|
|
<error regexp="weblogic\.jdbc\.informix"/> <!-- 匹配WebLogic中Informix JDBC驱动的错误信息 -->
|
|
|
|
|
<error regexp="Pdo[./_\\]Informix"/> <!-- 匹配PDO Informix驱动的错误信息 -->
|
|
|
|
|
<error regexp="IfxException"/> <!-- 匹配Informix异常的错误信息 -->
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
|
|
<root>
|
|
|
|
|
<dbms value="MySQL">
|
|
|
|
|
<error regexp="SQL syntax.*?MySQL"/>
|
|
|
|
|
<error regexp="Warning.*?\Wmysqli?_"/>
|
|
|
|
|
<error regexp="MySQLSyntaxErrorException"/>
|
|
|
|
|
<error regexp="valid MySQL result"/>
|
|
|
|
|
<error regexp="check the manual that (corresponds to|fits) your MySQL server version"/>
|
|
|
|
|
<error regexp="check the manual that (corresponds to|fits) your MariaDB server version" fork="MariaDB"/>
|
|
|
|
|
<error regexp="check the manual that (corresponds to|fits) your Drizzle server version" fork="Drizzle"/>
|
|
|
|
|
<error regexp="Unknown column '[^ ]+' in 'field list'"/>
|
|
|
|
|
<error regexp="MySqlClient\."/>
|
|
|
|
|
<error regexp="com\.mysql\.jdbc"/>
|
|
|
|
|
<error regexp="Zend_Db_(Adapter|Statement)_Mysqli_Exception"/>
|
|
|
|
|
<error regexp="Pdo[./_\\]Mysql"/>
|
|
|
|
|
<error regexp="MySqlException"/>
|
|
|
|
|
<error regexp="SQLSTATE\[\d+\]: Syntax error or access violation"/>
|
|
|
|
|
<error regexp="MemSQL does not support this type of query" fork="MemSQL"/>
|
|
|
|
|
<error regexp="is not supported by MemSQL" fork="MemSQL"/>
|
|
|
|
|
<error regexp="unsupported nested scalar subselect" fork="MemSQL"/>
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<dbms value="PostgreSQL">
|
|
|
|
|
<error regexp="PostgreSQL.*?ERROR"/>
|
|
|
|
|
<error regexp="Warning.*?\Wpg_"/>
|
|
|
|
|
<error regexp="valid PostgreSQL result"/>
|
|
|
|
|
<error regexp="Npgsql\."/>
|
|
|
|
|
<error regexp="PG::SyntaxError:"/>
|
|
|
|
|
<error regexp="org\.postgresql\.util\.PSQLException"/>
|
|
|
|
|
<error regexp="ERROR:\s\ssyntax error at or near"/>
|
|
|
|
|
<error regexp="ERROR: parser: parse error at or near"/>
|
|
|
|
|
<error regexp="PostgreSQL query failed"/>
|
|
|
|
|
<error regexp="org\.postgresql\.jdbc"/>
|
|
|
|
|
<error regexp="Pdo[./_\\]Pgsql"/>
|
|
|
|
|
<error regexp="PSQLException"/>
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<dbms value="Microsoft SQL Server">
|
|
|
|
|
<error regexp="Driver.*? SQL[\-\_\ ]*Server"/>
|
|
|
|
|
<error regexp="OLE DB.*? SQL Server"/>
|
|
|
|
|
<error regexp="\bSQL Server[^<"]+Driver"/>
|
|
|
|
|
<error regexp="Warning.*?\W(mssql|sqlsrv)_"/>
|
|
|
|
|
<error regexp="\bSQL Server[^<"]+[0-9a-fA-F]{8}"/>
|
|
|
|
|
<error regexp="System\.Data\.SqlClient\.(SqlException|SqlConnection\.OnError)"/>
|
|
|
|
|
<error regexp="(?s)Exception.*?\bRoadhouse\.Cms\."/>
|
|
|
|
|
<error regexp="Microsoft SQL Native Client error '[0-9a-fA-F]{8}"/>
|
|
|
|
|
<error regexp="\[SQL Server\]"/>
|
|
|
|
|
<error regexp="ODBC SQL Server Driver"/>
|
|
|
|
|
<error regexp="ODBC Driver \d+ for SQL Server"/>
|
|
|
|
|
<error regexp="SQLServer JDBC Driver"/>
|
|
|
|
|
<error regexp="com\.jnetdirect\.jsql"/>
|
|
|
|
|
<error regexp="macromedia\.jdbc\.sqlserver"/>
|
|
|
|
|
<error regexp="Zend_Db_(Adapter|Statement)_Sqlsrv_Exception"/>
|
|
|
|
|
<error regexp="com\.microsoft\.sqlserver\.jdbc"/>
|
|
|
|
|
<error regexp="Pdo[./_\\](Mssql|SqlSrv)"/>
|
|
|
|
|
<error regexp="SQL(Srv|Server)Exception"/>
|
|
|
|
|
<error regexp="Unclosed quotation mark after the character string"/>
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<dbms value="Microsoft Access">
|
|
|
|
|
<error regexp="Microsoft Access (\d+ )?Driver"/>
|
|
|
|
|
<error regexp="JET Database Engine"/>
|
|
|
|
|
<error regexp="Access Database Engine"/>
|
|
|
|
|
<error regexp="ODBC Microsoft Access"/>
|
|
|
|
|
<error regexp="Syntax error \(missing operator\) in query expression"/>
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<dbms value="Oracle">
|
|
|
|
|
<error regexp="\bORA-\d{5}"/>
|
|
|
|
|
<error regexp="Oracle error"/>
|
|
|
|
|
<error regexp="Oracle.*?Driver"/>
|
|
|
|
|
<error regexp="Warning.*?\W(oci|ora)_"/>
|
|
|
|
|
<error regexp="quoted string not properly terminated"/>
|
|
|
|
|
<error regexp="SQL command not properly ended"/>
|
|
|
|
|
<error regexp="macromedia\.jdbc\.oracle"/>
|
|
|
|
|
<error regexp="oracle\.jdbc"/>
|
|
|
|
|
<error regexp="Zend_Db_(Adapter|Statement)_Oracle_Exception"/>
|
|
|
|
|
<error regexp="Pdo[./_\\](Oracle|OCI)"/>
|
|
|
|
|
<error regexp="OracleException"/>
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<dbms value="IBM DB2">
|
|
|
|
|
<error regexp="CLI Driver.*?DB2"/>
|
|
|
|
|
<error regexp="DB2 SQL error"/>
|
|
|
|
|
<error regexp="\bdb2_\w+\("/>
|
|
|
|
|
<error regexp="SQLCODE[=:\d, -]+SQLSTATE"/>
|
|
|
|
|
<error regexp="com\.ibm\.db2\.jcc"/>
|
|
|
|
|
<error regexp="Zend_Db_(Adapter|Statement)_Db2_Exception"/>
|
|
|
|
|
<error regexp="Pdo[./_\\]Ibm"/>
|
|
|
|
|
<error regexp="DB2Exception"/>
|
|
|
|
|
<error regexp="ibm_db_dbi\.ProgrammingError"/>
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<dbms value="Informix">
|
|
|
|
|
<error regexp="Warning.*?\Wifx_"/>
|
|
|
|
|
<error regexp="Exception.*?Informix"/>
|
|
|
|
|
<error regexp="Informix ODBC Driver"/>
|
|
|
|
|
<error regexp="ODBC Informix driver"/>
|
|
|
|
|
<error regexp="com\.informix\.jdbc"/>
|
|
|
|
|
<error regexp="weblogic\.jdbc\.informix"/>
|
|
|
|
|
<error regexp="Pdo[./_\\]Informix"/>
|
|
|
|
|
<error regexp="IfxException"/>
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<!-- Interbase/Firebird -->
|
|
|
|
|
<dbms value="Firebird"> <!-- 定义Firebird数据库管理系统 -->
|
|
|
|
|
<error regexp="Dynamic SQL Error"/> <!-- 匹配动态SQL错误信息 -->
|
|
|
|
|
<error regexp="Warning.*?\Wibase_"/> <!-- 匹配Firebird扩展相关的警告信息 -->
|
|
|
|
|
<error regexp="org\.firebirdsql\.jdbc"/> <!-- 匹配Firebird SQL JDBC驱动的错误信息 -->
|
|
|
|
|
<error regexp="Pdo[./_\\]Firebird"/> <!-- 匹配PDO Firebird驱动的错误信息 -->
|
|
|
|
|
<dbms value="Firebird">
|
|
|
|
|
<error regexp="Dynamic SQL Error"/>
|
|
|
|
|
<error regexp="Warning.*?\Wibase_"/>
|
|
|
|
|
<error regexp="org\.firebirdsql\.jdbc"/>
|
|
|
|
|
<error regexp="Pdo[./_\\]Firebird"/>
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<dbms value="SQLite"> <!-- 定义SQLite数据库管理系统 -->
|
|
|
|
|
<error regexp="SQLite/JDBCDriver"/> <!-- 匹配SQLite JDBC驱动的错误信息 -->
|
|
|
|
|
<error regexp="SQLite\.Exception"/> <!-- 匹配SQLite异常的错误信息 -->
|
|
|
|
|
<error regexp="(Microsoft|System)\.Data\.SQLite\.SQLiteException"/> <!-- 匹配Microsoft或System Data的SQLite异常信息 -->
|
|
|
|
|
<error regexp="Warning.*?\W(sqlite_|SQLite3::)"/> <!-- 匹配SQLite或SQLite3相关的警告信息 -->
|
|
|
|
|
<error regexp="$SQLITE_ERROR$"/> <!-- 匹配SQLite错误信息 -->
|
|
|
|
|
<error regexp="SQLite error \d+:"/> <!-- 匹配SQLite错误代码的信息 -->
|
|
|
|
|
<error regexp="sqlite3.OperationalError:"/> <!-- 匹配SQLite3操作错误的信息 -->
|
|
|
|
|
<error regexp="SQLite3::SQLException"/> <!-- 匹配SQLite3 SQL异常的信息 -->
|
|
|
|
|
<error regexp="org\.sqlite\.JDBC"/> <!-- 匹配SQLite JDBC驱动的错误信息 -->
|
|
|
|
|
<error regexp="Pdo[./_\\]Sqlite"/> <!-- 匹配PDO SQLite驱动的错误信息 -->
|
|
|
|
|
<error regexp="SQLiteException"/> <!-- 匹配SQLite异常的错误信息 -->
|
|
|
|
|
<dbms value="SQLite">
|
|
|
|
|
<error regexp="SQLite/JDBCDriver"/>
|
|
|
|
|
<error regexp="SQLite\.Exception"/>
|
|
|
|
|
<error regexp="(Microsoft|System)\.Data\.SQLite\.SQLiteException"/>
|
|
|
|
|
<error regexp="Warning.*?\W(sqlite_|SQLite3::)"/>
|
|
|
|
|
<error regexp="\[SQLITE_ERROR\]"/>
|
|
|
|
|
<error regexp="SQLite error \d+:"/>
|
|
|
|
|
<error regexp="sqlite3.OperationalError:"/>
|
|
|
|
|
<error regexp="SQLite3::SQLException"/>
|
|
|
|
|
<error regexp="org\.sqlite\.JDBC"/>
|
|
|
|
|
<error regexp="Pdo[./_\\]Sqlite"/>
|
|
|
|
|
<error regexp="SQLiteException"/>
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<dbms value="SAP MaxDB"> <!-- 定义SAP MaxDB数据库管理系统 -->
|
|
|
|
|
<error regexp="SQL error.*?POS([0-9]+)"/> <!-- 匹配SAP MaxDB SQL错误的信息,其中包括位置编号 -->
|
|
|
|
|
<error regexp="Warning.*?\Wmaxdb_"/> <!-- 匹配MaxDB扩展相关的警告信息 -->
|
|
|
|
|
<error regexp="DriverSapDB"/> <!-- 匹配SapDB驱动的错误信息 -->
|
|
|
|
|
<error regexp="-3014.*?Invalid end of SQL statement"/> <!-- 匹配无效的SQL语句结束的错误信息 -->
|
|
|
|
|
<error regexp="com\.sap\.dbtech\.jdbc"/> <!-- 匹配SAP DBTech JDBC驱动的错误信息 -->
|
|
|
|
|
<error regexp="$-3008$.*?: Invalid keyword or missing delimiter"/> <!-- 匹配无效关键字或缺失分隔符的错误信息 -->
|
|
|
|
|
<dbms value="SAP MaxDB">
|
|
|
|
|
<error regexp="SQL error.*?POS([0-9]+)"/>
|
|
|
|
|
<error regexp="Warning.*?\Wmaxdb_"/>
|
|
|
|
|
<error regexp="DriverSapDB"/>
|
|
|
|
|
<error regexp="-3014.*?Invalid end of SQL statement"/>
|
|
|
|
|
<error regexp="com\.sap\.dbtech\.jdbc"/>
|
|
|
|
|
<error regexp="\[-3008\].*?: Invalid keyword or missing delimiter"/>
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<dbms value="Sybase"> <!-- 定义Sybase数据库管理系统 -->
|
|
|
|
|
<error regexp="Warning.*?\Wsybase_"/> <!-- 匹配Sybase扩展相关的警告信息 -->
|
|
|
|
|
<error regexp="Sybase message"/> <!-- 匹配Sybase消息的错误信息 -->
|
|
|
|
|
<error regexp="Sybase.*?Server message"/> <!-- 匹配Sybase服务器消息的错误信息 -->
|
|
|
|
|
<error regexp="SybSQLException"/> <!-- 匹配Sybase异常的错误信息 -->
|
|
|
|
|
<error regexp="Sybase\.Data\.AseClient"/> <!-- 匹配Sybase .NET AseClient的错误信息 -->
|
|
|
|
|
<error regexp="com\.sybase\.jdbc"/> <!-- 匹配Sybase JDBC驱动的错误信息 -->
|
|
|
|
|
<dbms value="Sybase">
|
|
|
|
|
<error regexp="Warning.*?\Wsybase_"/>
|
|
|
|
|
<error regexp="Sybase message"/>
|
|
|
|
|
<error regexp="Sybase.*?Server message"/>
|
|
|
|
|
<error regexp="SybSQLException"/>
|
|
|
|
|
<error regexp="Sybase\.Data\.AseClient"/>
|
|
|
|
|
<error regexp="com\.sybase\.jdbc"/>
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<dbms value="Ingres"> <!-- 定义Ingres数据库管理系统 -->
|
|
|
|
|
<error regexp="Warning.*?\Wingres_"/> <!-- 匹配Ingres扩展相关的警告信息 -->
|
|
|
|
|
<error regexp="Ingres SQLSTATE"/> <!-- 匹配Ingres SQLSTATE错误的信息 -->
|
|
|
|
|
<error regexp="Ingres\W.*?Driver"/> <!-- 匹配Ingres驱动的错误信息 -->
|
|
|
|
|
<error regexp="com\.ingres\.gcf\.jdbc"/> <!-- 匹配Ingres GCF JDBC驱动的错误信息 -->
|
|
|
|
|
<dbms value="Ingres">
|
|
|
|
|
<error regexp="Warning.*?\Wingres_"/>
|
|
|
|
|
<error regexp="Ingres SQLSTATE"/>
|
|
|
|
|
<error regexp="Ingres\W.*?Driver"/>
|
|
|
|
|
<error regexp="com\.ingres\.gcf\.jdbc"/>
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<dbms value="FrontBase"> <!-- 定义FrontBase数据库管理系统 -->
|
|
|
|
|
<error regexp="Exception (condition )?\d+\. Transaction rollback"/> <!-- 匹配回滚事务的异常信息 -->
|
|
|
|
|
<error regexp="com\.frontbase\.jdbc"/> <!-- 匹配FrontBase JDBC驱动的错误信息 -->
|
|
|
|
|
<error regexp="Syntax error 1. Missing"/> <!-- 匹配语法错误的信息,缺失某部分内容 -->
|
|
|
|
|
<error regexp="(Semantic|Syntax) error [1-4]\d{2}\."/> <!-- 匹配语义或语法错误,后跟一个特定的错误码 -->
|
|
|
|
|
<dbms value="FrontBase">
|
|
|
|
|
<error regexp="Exception (condition )?\d+\. Transaction rollback"/>
|
|
|
|
|
<error regexp="com\.frontbase\.jdbc"/>
|
|
|
|
|
<error regexp="Syntax error 1. Missing"/>
|
|
|
|
|
<error regexp="(Semantic|Syntax) error [1-4]\d{2}\."/>
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<dbms value="HSQLDB"> <!-- 定义HSQLDB数据库管理系统 -->
|
|
|
|
|
<error regexp="Unexpected end of command in statement $"/> <!-- 匹配SQL语句意外结束的错误信息 -->
|
|
|
|
|
<error regexp="Unexpected token.*?in statement \["/> <!-- 匹配SQL语句中意外标记的错误信息 -->
|
|
|
|
|
<error regexp="org\.hsqldb\.jdbc"/> <!-- 匹配HSQLDB JDBC驱动的错误信息 -->
|
|
|
|
|
<dbms value="HSQLDB">
|
|
|
|
|
<error regexp="Unexpected end of command in statement \["/>
|
|
|
|
|
<error regexp="Unexpected token.*?in statement \["/>
|
|
|
|
|
<error regexp="org\.hsqldb\.jdbc"/>
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<dbms value="H2"> <!-- 定义H2数据库管理系统 -->
|
|
|
|
|
<error regexp="org\.h2\.jdbc"/> <!-- 匹配H2 JDBC驱动的错误信息 -->
|
|
|
|
|
<error regexp="\[42000-192$"/> <!-- 匹配H2特定错误代码的信息 -->
|
|
|
|
|
<dbms value="H2">
|
|
|
|
|
<error regexp="org\.h2\.jdbc"/>
|
|
|
|
|
<error regexp="\[42000-192\]"/>
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<dbms value="MonetDB"> <!-- 定义MonetDB数据库管理系统 -->
|
|
|
|
|
<error regexp="![0-9]{5}![^\n]+(failed|unexpected|error|syntax|expected|violation|exception)"/> <!-- 匹配包含MonetDB特定错误前缀的错误信息 -->
|
|
|
|
|
<error regexp="$MonetDB$\[ODBC Driver"/> <!-- 匹配MonetDB ODBC驱动的错误信息 -->
|
|
|
|
|
<error regexp="nl\.cwi\.monetdb\.jdbc"/> <!-- 匹配MonetDB JDBC驱动的错误信息 -->
|
|
|
|
|
<dbms value="MonetDB">
|
|
|
|
|
<error regexp="![0-9]{5}![^\n]+(failed|unexpected|error|syntax|expected|violation|exception)"/>
|
|
|
|
|
<error regexp="\[MonetDB\]\[ODBC Driver"/>
|
|
|
|
|
<error regexp="nl\.cwi\.monetdb\.jdbc"/>
|
|
|
|
|
</dbms>
|
|
|
|
|
</root>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?> <!-- 声明XML文档的版本为1.0,编码使用UTF-8 -->
|
|
|
|
|
|
|
|
|
|
<root> <!-- 根元素,包含所有其他元素 -->
|
|
|
|
|
<dbms value="Microsoft Access"> <!-- 定义数据库管理系统为Microsoft Access -->
|
|
|
|
|
<error regexp="Microsoft Access (\d+ )?Driver"/> <!-- 匹配包含"Microsoft Access"和"Driver"的错误信息,支持可选的版本号 -->
|
|
|
|
|
<error regexp="JET Database Engine"/> <!-- 匹配JET数据库引擎的错误信息 -->
|
|
|
|
|
<error regexp="Access Database Engine"/> <!-- 匹配Access数据库引擎的错误信息 -->
|
|
|
|
|
<error regexp="ODBC Microsoft Access"/> <!-- 匹配ODBC与Microsoft Access相关的错误信息 -->
|
|
|
|
|
<error regexp="Syntax error $missing operator$ in query expression"/> <!-- 匹配查询表达式中缺失操作符的语法错误 -->
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<dbms value="Oracle"> <!-- 定义数据库管理系统为Oracle -->
|
|
|
|
|
<error regexp="\bORA-\d{5}"/> <!-- 匹配ORA错误代码,后跟五位数字 -->
|
|
|
|
|
<error regexp="Oracle error"/> <!-- 匹配通用的Oracle错误信息 -->
|
|
|
|
|
<error regexp="Oracle.*?Driver"/> <!-- 匹配与Oracle驱动相关的错误信息 -->
|
|
|
|
|
<error regexp="Warning.*?\W(oci|ora)_"/> <!-- 匹配OCI或ORA相关的警告信息 -->
|
|
|
|
|
<error regexp="quoted string not properly terminated"/> <!-- 匹配未正确结束的引用字符串的错误信息 -->
|
|
|
|
|
<error regexp="SQL command not properly ended"/> <!-- 匹配SQL命令未正确结束的错误信息 -->
|
|
|
|
|
<error regexp="macromedia\.jdbc\.oracle"/> <!-- 匹配Macromedia的Oracle JDBC驱动的错误信息 -->
|
|
|
|
|
<error regexp="oracle\.jdbc"/> <!-- 匹配Oracle JDBC驱动的错误信息 -->
|
|
|
|
|
<error regexp="Zend_Db_(Adapter|Statement)_Oracle_Exception"/> <!-- 匹配Zend框架中Oracle相关的异常信息 -->
|
|
|
|
|
<error regexp="Pdo[./_\\](Oracle|OCI)"/> <!-- 匹配PDO的Oracle或OCI驱动的错误信息 -->
|
|
|
|
|
<error regexp="OracleException"/> <!-- 匹配Oracle异常的错误信息 -->
|
|
|
|
|
<dbms value="Apache Derby">
|
|
|
|
|
<error regexp="Syntax error: Encountered"/>
|
|
|
|
|
<error regexp="org\.apache\.derby"/>
|
|
|
|
|
<error regexp="ERROR 42X01"/>
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<dbms value="IBM DB2"> <!-- 定义数据库管理系统为IBM DB2 -->
|
|
|
|
|
<error regexp="CLI Driver.*?DB2"/> <!-- 匹配DB2 CLI驱动的错误信息 -->
|
|
|
|
|
<error regexp="DB2 SQL error"/> <!-- 匹配DB2 SQL错误的通用错误信息 -->
|
|
|
|
|
<error regexp="\bdb2_\w+\(" /> <!-- 匹配DB2相关函数调用的错误信息 -->
|
|
|
|
|
<error regexp="SQLCODE[=:\d, -]+SQLSTATE"/> <!-- 匹配包含SQLCODE和SQLSTATE的错误信息 -->
|
|
|
|
|
<error regexp="com\.ibm\.db2\.jcc"/> <!-- 匹配IBM DB2 JCC驱动的错误信息 -->
|
|
|
|
|
<error regexp="Zend_Db_(Adapter|Statement)_Db2_Exception"/> <!-- 匹配Zend框架中DB2相关的异常信息 -->
|
|
|
|
|
<error regexp="Pdo[./_\\]Ibm"/> <!-- 匹配PDO IBM DB2驱动的错误信息 -->
|
|
|
|
|
<error regexp="DB2Exception"/> <!-- 匹配DB2异常的错误信息 -->
|
|
|
|
|
<error regexp="ibm_db_dbi\.ProgrammingError"/> <!-- 匹配ibm_db_dbi模块中的编程错误信息 -->
|
|
|
|
|
<dbms value="Vertica">
|
|
|
|
|
<error regexp=", Sqlstate: (3F|42).{3}, (Routine|Hint|Position):"/>
|
|
|
|
|
<error regexp="/vertica/Parser/scan"/>
|
|
|
|
|
<error regexp="com\.vertica\.jdbc"/>
|
|
|
|
|
<error regexp="org\.jkiss\.dbeaver\.ext\.vertica"/>
|
|
|
|
|
<error regexp="com\.vertica\.dsi\.dataengine"/>
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<dbms value="Informix"> <!-- 定义数据库管理系统为Informix -->
|
|
|
|
|
<error regexp="Warning.*?\Wifx_"/> <!-- 匹配Informix扩展相关的警告信息 -->
|
|
|
|
|
<error regexp="Exception.*?Informix"/> <!-- 匹配Informix相关的异常信息 -->
|
|
|
|
|
<error regexp="Informix ODBC Driver"/> <!-- 匹配Informix ODBC驱动的错误信息 -->
|
|
|
|
|
<error regexp="ODBC Informix driver"/> <!-- 匹配ODBC Informix驱动的错误信息 -->
|
|
|
|
|
<error regexp="com\.informix\.jdbc"/> <!-- 匹配Informix JDBC驱动的错误信息 -->
|
|
|
|
|
<error regexp="weblogic\.jdbc\.informix"/> <!-- 匹配WebLogic中Informix JDBC驱动的错误信息 -->
|
|
|
|
|
<error regexp="Pdo[./_\\]Informix"/> <!-- 匹配PDO Informix驱动的错误信息 -->
|
|
|
|
|
<error regexp="IfxException"/> <!-- 匹配Informix异常的错误信息 -->
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<!-- Interbase/Firebird -->
|
|
|
|
|
<dbms value="Firebird"> <!-- 定义数据库管理系统为Firebird -->
|
|
|
|
|
<error regexp="Dynamic SQL Error"/> <!-- 匹配动态SQL错误的错误信息 -->
|
|
|
|
|
<error regexp="Warning.*?\Wibase_"/> <!-- 匹配Firebird扩展相关的警告信息 -->
|
|
|
|
|
<error regexp="org\.firebirdsql\.jdbc"/> <!-- 匹配Firebird SQL JDBC驱动的错误信息 -->
|
|
|
|
|
<error regexp="Pdo[./_\\]Firebird"/> <!-- 匹配PDO Firebird驱动的错误信息 -->
|
|
|
|
|
<dbms value="Mckoi">
|
|
|
|
|
<error regexp="com\.mckoi\.JDBCDriver"/>
|
|
|
|
|
<error regexp="com\.mckoi\.database\.jdbc"/>
|
|
|
|
|
<error regexp="<REGEX_LITERAL>"/>
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<dbms value="SQLite"> <!-- 定义数据库管理系统为SQLite -->
|
|
|
|
|
<error regexp="SQLite/JDBCDriver"/> <!-- 匹配SQLite JDBC驱动的错误信息 -->
|
|
|
|
|
<error regexp="SQLite\.Exception"/> <!-- 匹配SQLite异常的错误信息 -->
|
|
|
|
|
<error regexp="(Microsoft|System)\.Data\.SQLite\.SQLiteException"/> <!-- 匹配Microsoft或System Data的SQLite异常信息 -->
|
|
|
|
|
<error regexp="Warning.*?\W(sqlite_|SQLite3::)"/> <!-- 匹配与SQLite或SQLite3相关的警告信息 -->
|
|
|
|
|
<error regexp="$SQLITE_ERROR$"/> <!-- 匹配SQLite错误的错误信息 -->
|
|
|
|
|
<error regexp="SQLite error \d+:"/> <!-- 匹配SQLite错误代码的信息 -->
|
|
|
|
|
<error regexp="sqlite3.OperationalError:"/> <!-- 匹配SQLite3操作错误的信息 -->
|
|
|
|
|
<error regexp="SQLite3::SQLException"/> <!-- 匹配SQLite3 SQL异常的信息 -->
|
|
|
|
|
<error regexp="org\.sqlite\.JDBC"/> <!-- 匹配SQLite JDBC驱动的错误信息 -->
|
|
|
|
|
<error regexp="Pdo[./_\\]Sqlite"/> <!-- 匹配PDO SQLite驱动的错误信息 -->
|
|
|
|
|
<error regexp="SQLiteException"/> <!-- 匹配SQLite异常的错误信息 -->
|
|
|
|
|
<dbms value="Presto">
|
|
|
|
|
<error regexp="com\.facebook\.presto\.jdbc"/>
|
|
|
|
|
<error regexp="io\.prestosql\.jdbc"/>
|
|
|
|
|
<error regexp="com\.simba\.presto\.jdbc"/>
|
|
|
|
|
<error regexp="UNION query has different number of fields: \d+, \d+"/>
|
|
|
|
|
<error regexp="line \d+:\d+: mismatched input '[^']+'. Expecting:"/>
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<dbms value="SAP MaxDB"> <!-- 定义数据库管理系统为SAP MaxDB -->
|
|
|
|
|
<error regexp="SQL error.*?POS([0-9]+)"/> <!-- 匹配SQL错误信息,并捕捉位置编号 -->
|
|
|
|
|
<error regexp="Warning.*?\Wmaxdb_"/> <!-- 匹配MaxDB扩展相关的警告信息 -->
|
|
|
|
|
<error regexp="DriverSapDB"/> <!-- 匹配SapDB驱动的错误信息 -->
|
|
|
|
|
<error regexp="-3014.*?Invalid end of SQL statement"/> <!-- 匹配SQL语句无效结束的错误信息 -->
|
|
|
|
|
<error regexp="com\.sap\.dbtech\.jdbc"/> <!-- 匹配SAP DBTech JDBC驱动的错误信息 -->
|
|
|
|
|
<error regexp="$-3008$.*?: Invalid keyword or missing delimiter"/> <!-- 匹配无效关键字或缺失分隔符的错误信息 -->
|
|
|
|
|
<dbms value="Altibase">
|
|
|
|
|
<error regexp="Altibase\.jdbc\.driver"/>
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<dbms value="Sybase"> <!-- 定义数据库管理系统为Sybase -->
|
|
|
|
|
<error regexp="Warning.*?\Wsybase_"/> <!-- 匹配Sybase扩展相关的警告信息 -->
|
|
|
|
|
<error regexp="Sybase message"/> <!-- 匹配Sybase消息的错误信息 -->
|
|
|
|
|
<error regexp="Sybase.*?Server message"/> <!-- 匹配Sybase服务器消息的错误信息 -->
|
|
|
|
|
<error regexp="SybSQLException"/> <!-- 匹配Sybase异常的错误信息 -->
|
|
|
|
|
<error regexp="Sybase\.Data\.AseClient"/> <!-- 匹配Sybase .NET AseClient的错误信息 -->
|
|
|
|
|
<error regexp="com\.sybase\.jdbc"/> <!-- 匹配Sybase JDBC驱动的错误信息 -->
|
|
|
|
|
<dbms value="MimerSQL">
|
|
|
|
|
<error regexp="com\.mimer\.jdbc"/>
|
|
|
|
|
<error regexp="Syntax error,[^\n]+assumed to mean"/>
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<dbms value="Ingres"> <!-- 定义数据库管理系统为Ingres -->
|
|
|
|
|
<error regexp="Warning.*?\Wingres_"/> <!-- 匹配Ingres扩展相关的警告信息 -->
|
|
|
|
|
<error regexp="Ingres SQLSTATE"/> <!-- 匹配Ingres SQLSTATE的错误信息 -->
|
|
|
|
|
<error regexp="Ingres\W.*?Driver"/> <!-- 匹配Ingres驱动的错误信息 -->
|
|
|
|
|
<error regexp="com\.ingres\.gcf\.jdbc"/> <!-- 匹配Ingres GCF JDBC驱动的错误信息 -->
|
|
|
|
|
<dbms value="ClickHouse">
|
|
|
|
|
<error regexp="Code: \d+. DB::Exception:"/>
|
|
|
|
|
<error regexp="Syntax error: failed at position \d+"/>
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<dbms value="FrontBase"> <!-- 定义数据库管理系统为FrontBase -->
|
|
|
|
|
<error regexp="Exception (condition )?\d+\. Transaction rollback"/> <!-- 匹配回滚事务的异常信息 -->
|
|
|
|
|
<error regexp="com\.frontbase\.jdbc"/> <!-- 匹配FrontBase JDBC驱动的错误信息 -->
|
|
|
|
|
<error regexp="Syntax error 1. Missing"/> <!-- 匹配语法错误,未找到某些内容 -->
|
|
|
|
|
<error regexp="(Semantic|Syntax) error [1-4]\d{2}\."/> <!-- 匹配语义或语法错误,后跟特定的错误码 -->
|
|
|
|
|
<dbms value="CrateDB">
|
|
|
|
|
<error regexp="io\.crate\.client\.jdbc"/>
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<dbms value="HSQLDB"> <!-- 定义数据库管理系统为HSQLDB -->
|
|
|
|
|
<error regexp="Unexpected end of command in statement $"/> <!-- 匹配在SQL语句中指令意外结束的错误信息 -->
|
|
|
|
|
<error regexp="Unexpected token.*?in statement \["/> <!-- 匹配在SQL语句中意外标记的错误信息 -->
|
|
|
|
|
<error regexp="org\.hsqldb\.jdbc"/> <!-- 匹配HSQLDB JDBC驱动的错误信息 -->
|
|
|
|
|
<dbms value="Cache">
|
|
|
|
|
<error regexp="encountered after end of query"/>
|
|
|
|
|
<error regexp="A comparison operator is required here"/>
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<dbms value="H2"> <!-- 定义数据库管理系统为H2 -->
|
|
|
|
|
<error regexp="org\.h2\.jdbc"/> <!-- 匹配H2 JDBC驱动的错误信息 -->
|
|
|
|
|
<error regexp="\[42000-192$"/> <!-- 匹配H2特定错误代码的信息 -->
|
|
|
|
|
<dbms value="Raima Database Manager">
|
|
|
|
|
<error regexp="-10048: Syntax error"/>
|
|
|
|
|
<error regexp="rdmStmtPrepare\(.+?\) returned"/>
|
|
|
|
|
</dbms>
|
|
|
|
|
|
|
|
|
|
<dbms value="MonetDB"> <!-- 定义数据库管理系统为MonetDB -->
|
|
|
|
|
<error regexp="![0-9]{5}![^\n]+(failed|unexpected|error|syntax|expected|violation|exception)"/> <!-- 匹配包含特定错误前缀的MonetDB错误信息 -->
|
|
|
|
|
<error regexp="$MonetDB$\[ODBC Driver"/> <!-- 匹配MonetDB ODBC驱动的错误信息 -->
|
|
|
|
|
<error regexp="nl\.cwi\.monetdb\.jdbc"/> <!-- 匹配MonetDB JDBC驱动的错误信息 -->
|
|
|
|
|
<dbms value="Virtuoso">
|
|
|
|
|
<error regexp="SQ074: Line \d+:"/>
|
|
|
|
|
<error regexp="SR185: Undefined procedure"/>
|
|
|
|
|
<error regexp="SQ200: No table "/>
|
|
|
|
|
<error regexp="Virtuoso S0002 Error"/>
|
|
|
|
|
<error regexp="\[(Virtuoso Driver|Virtuoso iODBC Driver)\]\[Virtuoso Server\]"/>
|
|
|
|
|
</dbms>
|
|
|
|
|
</root>
|
|
|
|
|