Skip to content

Commit

Permalink
sql_union()
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 15, 2022
1 parent 549da5f commit e690670
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export(package_name)
export(random_table_name)
export(s4_methods)
export(set_default_context)
export(sql_union)
export(test_all)
export(test_compliance)
export(test_connection)
Expand Down
1 change: 1 addition & 0 deletions R/spec-result.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spec_result <- c(

# Helpers -----------------------------------------------------------------

#' @export
sql_union <- function(..., .order_by = NULL, .ctx) {
query <- .ctx$tweaks$union(c(...))

Expand Down
1 change: 1 addition & 0 deletions R/use.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ use_dbitest <- function(path) {
"get_placeholder_funs",
"has_utf8_or_ascii_encoding",
#
"sql_union",
"trivial_query",
"trivial_df",
"trivial_values",
Expand Down

0 comments on commit e690670

Please sign in to comment.