File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ export(package_name)
2727export(random_table_name)
2828export(s4_methods)
2929export(set_default_context)
30+ export(sql_union)
3031export(test_all)
3132export(test_compliance)
3233export(test_connection)
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ spec_result <- c(
1515
1616# Helpers -----------------------------------------------------------------
1717
18+ # ' @export
1819sql_union <- function (... , .order_by = NULL , .ctx ) {
1920 query <- .ctx $ tweaks $ union(c(... ))
2021
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments