Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6369879

Browse files
committed
Add test placholders
1 parent 043f6d6 commit 6369879

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

tests/testthat/helper-DBItest.R

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ DBItest::make_context(
55
NULL,
66
name = "RPostgres",
77
tweaks = DBItest::tweaks(
8+
# Redshift:
9+
# omit_blob_tests = TRUE,
10+
811
placeholder_pattern = "$1",
912
date_cast = function(x) paste0("date '", x, "'"),
1013
time_cast = function(x) paste0("time '", x, "'"),
@@ -17,6 +20,13 @@ DBItest::make_context(
1720
if (.Platform$r_arch == "i386") "append_roundtrip_timestamp",
1821
if (.Platform$r_arch == "i386") "roundtrip_timestamp",
1922

23+
# Redshift:
24+
# "exists_table_temporary",
25+
# "remove_table_temporary",
26+
# "remove_table_temporary_arg",
27+
# "list_objects_temporary",
28+
# "list_fields_temporary",
29+
2030
NULL
2131
)
2232
)

0 commit comments

Comments
 (0)