update MSSQL error regexes

This commit is contained in:
edoardottt
2022-03-21 19:03:25 +01:00
parent d2a32c758e
commit f580270b15
+15 -1
View File
@@ -115,7 +115,21 @@ func GetErrorRegexes() []Error {
"(?i)Microsoft SQL Native Client error",
"(?i)ODBC SQL Server Driver",
"(?i)Unclosed quotation mark after the character string",
"(?i)SQLServer JDBC Driver"},
"(?i)SQLServer JDBC Driver",
"(?i)Driver.*? SQL[\\-\\_\\ ]*Server",
"(?i)OLE DB.*? SQL Server",
"(?i)\bSQL Server[^<"]+Driver",
"(?i)Warning.*?\\W(mssql|sqlsrv)_",
"(?i)\bSQL Server[^<"]+[0-9a-fA-F]{8}",
"(?i)System\\.Data\\.SqlClient\\.SqlException",
"(?is)Exception.*?\bRoadhouse\\.Cms\\.",
"(?i)\\[SQL Server\\]",
"(?i)ODBC Driver \\d+ for SQL Server",
"(?i)com\\.jnetdirect\\.jsql",
"(?i)macromedia\\.jdbc\\.sqlserver",
"(?i)Zend_Db_(Adapter|Statement)_Sqlsrv_Exception",
"(?i)com\\.microsoft\\.sqlserver\\.jdbc",
"(?i)SQL(Srv|Server)Exception"},
},
}
return regexes