Skip to content

Commit a821a19

Browse files
committed
sql_union()
1 parent f4897f4 commit a821a19

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

NAMESPACE

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export(package_name)
2727
export(random_table_name)
2828
export(s4_methods)
2929
export(set_default_context)
30+
export(sql_union)
3031
export(test_all)
3132
export(test_compliance)
3233
export(test_connection)

R/spec-result.R

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ spec_result <- c(
1515

1616
# Helpers -----------------------------------------------------------------
1717

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

R/use.R

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ use_dbitest <- function(path) {
4444
"get_placeholder_funs",
4545
"has_utf8_or_ascii_encoding",
4646
#
47+
"sql_union",
4748
"trivial_query",
4849
"trivial_df",
4950
"trivial_values",

0 commit comments

Comments
 (0)