You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#151 enabled tests for some dplyr translations, however odbc backends will not work because the class of the mock connection doesn't inherit from the adhoc classes that odbc generates and we get the following error:
Error (test-dbi-generic-integration.R:361:13): dplyr + a regex odbc
Error: str_detect() is not available in this SQL variant
Backtrace:
1. `%>%`(...) test-dbi-generic-integration.R:361:12
17. dbplyr:::str_detect(name, "\\.")
The text was updated successfully, but these errors were encountered:
#151 enabled tests for some dplyr translations, however odbc backends will not work because the class of the mock connection doesn't inherit from the adhoc classes that odbc generates and we get the following error:
The text was updated successfully, but these errors were encountered: