79475032

Date: 2025-02-28 09:27:26
Score: 1
Natty:
Report link

You could try creating an SQL class from the string you get, something like:

from psycopg.sql import SQL
...
query = SQL(qb_obj.getFinalQuery())
await acur.execute(query)
...
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: sergenp