Skip to content

Commit

Permalink
Merge pull request #133 from OuhscBbmc/dev
Browse files Browse the repository at this point in the history
re-introduce the binding
  • Loading branch information
wibeasley authored Dec 14, 2023
2 parents e0e00cb + beb6450 commit 7cf5432
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 7cf5432

Please sign in to comment.