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

Handling of escaped single quotes followed by 's' #11

Closed
pipermerriam opened this issue Feb 29, 2012 · 1 comment
Closed

Handling of escaped single quotes followed by 's' #11

pipermerriam opened this issue Feb 29, 2012 · 1 comment

Comments

@pipermerriam
Copy link

If a query with a single quote followed by an s comes in, it is converted to %27s

In line 202, this throws a TypeError because the %27s is interpreted as string formatting. If you change this to the new string formatting using .format() this should not be an issue.

@pipermerriam
Copy link
Author

Looks like this is fixed in the development version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant