Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: consistent percents handling in DB API query #619

Merged
merged 3 commits into from Apr 16, 2021

Commits on Apr 16, 2021

  1. fix: consistent percents handling in DB API query

    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.
    plamut committed Apr 16, 2021
    Copy the full SHA
    68bd2ba View commit details
    Browse the repository at this point in the history
  2. Fix typo in comment

    plamut committed Apr 16, 2021
    Copy the full SHA
    42f14e4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e50cba2 View commit details
    Browse the repository at this point in the history