You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
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