We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bad3f80 + 1c1f259 commit ddea0bfCopy full SHA for ddea0bf
1 file changed
lib/core/settings.py
@@ -303,6 +303,7 @@
303
r"(?m)^(fatal|error|warning|exception):?\s*(?P<result>[^\n]+?)$",
304
r"(?P<result>[^\n>]*SQL Syntax[^\n<]+)",
305
r"<li>Error Type:<br>(?P<result>.+?)</li>",
306
+ r"(?P<result>CDbCommand.*SQL.+?)<",
307
r"error '[0-9a-f]{8}'((<[^>]+>)|\s)+(?P<result>[^<>]+)",
308
r"\[[^\n\]]+(ODBC|JDBC)[^\n\]]+\](\[[^\]]+\])?(?P<result>[^\n]+(in query expression|\(SQL| at /[^ ]+pdo)[^\n<]+)"
309
)
0 commit comments