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
fix: consistent percents handling in DB API query (#619)
Fixes#608.
Percents in the query string are now always de-escaped, regardless of whether any query parameters are passed or not.
In addition, misformatting placeholders that don't match parameter values now consistently raise `ProgrammingError`.
**PR checklist:**
- [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-bigquery/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)
0 commit comments