Skip to content

Commit

Permalink
Fix r-dbi#509
Browse files Browse the repository at this point in the history
  • Loading branch information
clente committed Oct 10, 2022
1 parent 73781ba commit 05de3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/dplyr.R
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ op_table.lazy_base_remote_query <- function(x, con) x$x
op_table.lazy_select_query <- function(x, con) {
if (!query_is_head_only(x)) return(NULL)

x$x
x$x$x
}

# SQL translation -------------------------------------------------------------
Expand Down

0 comments on commit 05de3e2

Please sign in to comment.