-
Notifications
You must be signed in to change notification settings - Fork 186
Closed
Labels
featurea feature request or enhancementa feature request or enhancementfunc trans 🌍Translation of individual functions to SQLTranslation of individual functions to SQL
Milestone
Description
library(dplyr, warn.conflicts = FALSE)
dbplyr::memdb_frame(x = 1:5, y = 1:5) %>%
mutate(
x1 = x + 1,
z = x1 + x,
x1 = NULL
) %>%
show_query()
#> Error in if (length(ans) == 0L || as.character(ans[[1L]])[1L] == "~") {: missing value where TRUE/FALSE neededCreated on 2018-12-24 by the reprex package (v0.2.1)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featurea feature request or enhancementa feature request or enhancementfunc trans 🌍Translation of individual functions to SQLTranslation of individual functions to SQL