Skip to content

Commit

Permalink
re-introduce the binding
Browse files Browse the repository at this point in the history
I'm not sure why it was turned off
  • Loading branch information
wibeasley committed Dec 14, 2023
1 parent e0e00cb commit beb6450
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: OuhscMunge
Title: Data Manipulation Operations
Description: Data manipulation operations frequently used in OUHSC BBMC
projects.
Version: 0.2.0.9015
Version: 0.2.0.9016
Authors@R: person("Will", "Beasley", email="wibeasley@hotmail.com", role=c("aut", "cre"),
comment = c(ORCID = "0000-0002-5613-5006"))
URL: https://github.com/OuhscBbmc/OuhscMunge, http://ouhsc.edu/bbmc/
Expand Down
2 changes: 1 addition & 1 deletion R/retrieve-key-value.R
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ retrieve_key_value <- function(
base::tryCatch(
expr = {
query <- DBI::dbSendQuery(channel, sql)
# bind <- DBI::dbBind(query, list(project_name, key))
bind <- DBI::dbBind(query, list(project_name, key))
ds_value <- DBI::dbFetch(query)

}, finally = {
Expand Down

0 comments on commit beb6450

Please sign in to comment.