Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
It is unexpected to get format errors when a string contains
%, but there are no query parameters in the query.googleapis/python-bigquery-sqlalchemy#72
Describe the solution you'd like
In addition to checking if
parametersis none, check iflen(parameters) == 0to avoid unnecessary format operations.python-bigquery/google/cloud/bigquery/dbapi/cursor.py
Line 444 in dca2e4c