- Remove sqlparse import (no longer used anywhere in query.py) - Add FUNCTION_CALL_PATTERN regex for detecting SQL function calls - Simplify _is_function_call from 6-line sqlparse parsing to 1-line regex match |
||
|---|---|---|
| .. | ||
| mariadb | ||
| postgres | ||
| sqlite | ||
| __init__.py | ||
| database.py | ||
| db_manager.py | ||
| operator_map.py | ||
| query.py | ||
| schema.py | ||
| sequence.py | ||
| utils.py | ||