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

Parameterised query support for DBI interface #444

Closed
byapparov opened this issue Apr 11, 2021 · 0 comments · Fixed by #573
Closed

Parameterised query support for DBI interface #444

byapparov opened this issue Apr 11, 2021 · 0 comments · Fixed by #573
Labels
DBI 🗃️ feature a feature request or enhancement

Comments

@byapparov
Copy link
Contributor

byapparov commented Apr 11, 2021

I need to pass parameters to the query via DBI interface to implement parameterised query integration in knitr .

DBI::dbGetQuery(con, "SELECT @value", params = (value = 1))
@hadley hadley added feature a feature request or enhancement DBI 🗃️ labels Nov 3, 2023
hadley added a commit that referenced this issue Nov 7, 2023
Fixes #444.

Co-authored-by: byapparov <byapparov@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DBI 🗃️ feature a feature request or enhancement
Projects
None yet
2 participants