Skip to content

Commit

Permalink
Merge branch 'new-functions' of github.com:ScotGovAnalysis/RtoSQLServ…
Browse files Browse the repository at this point in the history
…er into new-functions
  • Loading branch information
tomwilsonsco committed Sep 10, 2024
2 parents 15e7b56 + 8767a1e commit 3d3bea9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ get_pk_name <- function(server,
# format filter used in read and delete table rows functions
format_filter <- function(connection, filter_stmt) {
sql <- dbplyr::translate_sql(!!rlang::parse_expr(filter_stmt),
con = connection
con = connection
)
sql <- as.character(sql)
}

0 comments on commit 3d3bea9

Please sign in to comment.