Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

detect sql error keywords #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions examples/sql-error.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"flags": "-HanriE",
"pattern": "(Microsoft OLE DB Provider for ODBC Drivers error|You have an error in your SQL syntax|ORA-00933: SQL command not properly ended|Microsoft SQL Native Client error|Query failed: ERROR: syntax error at or near|You have an error in your SQL syntax|MySQL Error: 1064\" & \"Session halted|mysql error with query|sQL syntax error|PostgreSQL query failed: ERROR: parser: parse error|Warning: mysql_fetch_array|Warning: mysql_num_rows|Warning: mysql_query|Warning: mysql_fetch_assoc|Warning: mysql_result|Warning: mysql_free_result)"
}