SQL injection guard
Created by: jassak
- Implement
sql_injection_guard
and add to all SQL generating functions inmonetdb_interface
- Sanitize strings appearing in
WHERE
clause of SQL queries, infilters.py
- Fix missing parentheses bug in
filters.py
- Remove SQL injection checks from pydantic models