Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incorrect documentation of con argument to translate_sql() #1517

Open
EmilHvitfeldt opened this issue Jun 17, 2024 · 0 comments
Open

incorrect documentation of con argument to translate_sql() #1517

EmilHvitfeldt opened this issue Jun 17, 2024 · 0 comments

Comments

@EmilHvitfeldt
Copy link

dbplyr/R/translate-sql.R

Lines 15 to 16 in 860bd6a

#' @param con An optional database connection to control the details of
#' the translation. The default, `NULL`, generates ANSI SQL.

The argument con is nut option

library(dbplyr)

translate_sql(x + 1)
#> Error in translate_sql(x + 1): argument "con" is missing, with no default

Created on 2024-06-17 with reprex v2.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant