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

parameterize queries #239

Open
calvinmetcalf opened this issue Aug 3, 2015 · 0 comments
Open

parameterize queries #239

calvinmetcalf opened this issue Aug 3, 2015 · 0 comments

Comments

@calvinmetcalf
Copy link

the ability to parameterize queries would be extremely helpful, something like

?q=select foo from bar where bat=? and baz = ?&param[0]=$something$fiz$something$&param[1]=9

currently I've been able to do a somewhat hacky method of parameterizing via prepared statements but I got some feedback from you guys that that could lead to issues with pgbouncer

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

Successfully merging a pull request may close this issue.

1 participant