Loading
Handle "%" character in raw SQL
This statement is prepared for SQLAlchemy but executed via psycopg2 in the `pgcleanup.py` script. For psycopg2, the "%" character should be replaced with %% (see docs https://www.psycopg.org/docs/usage.html#passing-parameters-to-sql-queries). SQLAlchemy already takes care of it automatically.