Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
ignore_parse_error: false
version: 0.85.0
parse_errors_log: unparsed_queries.log
handlers:
- handler: query_capture
filepath: censor.log
- handler: query_ignore
queries:
- ROLLBACK
- COMMIT
- BEGIN
- handler: deny
queries:
- INSERT INTO SalesStaff1 VALUES (1, 'Stephen', 'Jiang');
- SELECT AVG(Price) FROM Products;
tables:
- EMPLOYEE_TBL
- Customers
patterns:
- SELECT EMP_ID, LAST_NAME FROM EMPLOYEE %%WHERE%%;