Skip to content

Should '% ' be identified as a '%' or should it throw an error? #48

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

Open
jwp opened this issue Jul 16, 2010 · 0 comments
Open

Should '% ' be identified as a '%' or should it throw an error? #48

jwp opened this issue Jul 16, 2010 · 0 comments

Comments

@jwp
Copy link
Contributor

jwp commented Jul 16, 2010

Per the sqlalchemy test failures pointed out by Kevin:

'SELECT flds.intcol % %(intcol_1)s AS anon_1 \nFROM flds ORDER BY flds.idcol' {'intcol_1': 3}

The paramstyle code expects %% to be used to represent %.

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

No branches or pull requests

1 participant