mirror of
https://github.com/edoardottt/cariddi.git
synced 2026-09-22 17:44:58 +02:00
update MySQL error regexes
This commit is contained in:
+7
-1
@@ -78,7 +78,13 @@ func GetErrorRegexes() []Error {
|
||||
"(?i)MySQLSyntaxErrorException",
|
||||
"(?i)MySqlException",
|
||||
"(?i)MySql error",
|
||||
"(?i)Unknown column "},
|
||||
"(?i)Unknown column ",
|
||||
"(?i)SQL syntax.*?MySQL",
|
||||
"(?i)Warning.*?mysqli?",
|
||||
"(?i)Unknown column '[^ ]+' in 'field list'",
|
||||
"(?i)com\\.mysql\\.jdbc",
|
||||
"(?i)Zend_Db_(Adapter|Statement)_Mysqli_Exception",
|
||||
"(?i)Syntax error or access violation"},
|
||||
},
|
||||
{
|
||||
"MariaDB error",
|
||||
|
||||
Reference in New Issue
Block a user