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

parameter replacement in Cursor.execute #60

Open
mschmill opened this issue Jan 4, 2016 · 1 comment
Open

parameter replacement in Cursor.execute #60

mschmill opened this issue Jan 4, 2016 · 1 comment

Comments

@mschmill
Copy link

mschmill commented Jan 4, 2016

It does not appear there is any. With other db connectors I can do something like:

cur.execute("select * from foo where v=?",('safer'))

But pyhs2's Cursor.execute cannot use this safer way of generating queries.
Is this coming or is there a workaround?

@gitchs
Copy link

gitchs commented Jun 16, 2016

+1

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

2 participants