-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: Executing SQL containing non-escaped percent sign fails without parameters #34212
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
BUG: Executing SQL containing non-escaped percent sign fails without parameters #34212
Conversation
3898488
to
69729a8
Compare
Thanks @john-bodley for the PR. can you add a note to doc\source\whatsnew\v1.1.0.rst. Does this also close #11896? |
7a865f0
to
10e7408
Compare
@simonjayhawkins I added the node per your request. Also per #34211 (comment) I'm uncertain whether this closes #11896. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
If you're open to it @john-bodley, maybe you could add a unit test for #11896 to see if it passes out CI. Then we could close that issue |
055b5e7
to
0e8afd5
Compare
@mroeschke it seems that this PR doesn't resolve #11896 for PostgreSQL per the following CI error (job) when I added a unit test:
|
0e8afd5
to
a9c0c25
Compare
Thanks for checking @john-bodley. Your PR looks good otherwise |
Looks like some test failures - @john-bodley can you take a look? |
a9c0c25
to
af3ae05
Compare
@john-bodley can you fix merge conflict? |
@WillAyd done. |
Awesome - thanks for the great PR @john-bodley |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff