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

Check handling of schemas #1139

Closed
mgirlich opened this issue Feb 8, 2023 · 1 comment · Fixed by #1284
Closed

Check handling of schemas #1139

mgirlich opened this issue Feb 8, 2023 · 1 comment · Fixed by #1284
Assignees

Comments

@mgirlich
Copy link
Collaborator

mgirlich commented Feb 8, 2023

There were some bugs with schemas e.g. #1133 or #938, so it might be worth looking for other issues with schemas.

@mgirlich mgirlich self-assigned this Feb 8, 2023
@vzel
Copy link

vzel commented Apr 3, 2023

rows_update() with in_place = TRUE has stopped working with schemas since dbplyr 2.3.1

When used with sql server:
rows_update(
x = tbl(conn, dbplyr::in_schema("task", "ModelTaskParameters")),
y = db_parameters,
by = "Id",
unmatched="ignore",
copy = TRUE
in_place = TRUE
)
dbplyr package versions 2.3.1 and 2.3.2 give an error:
Error in UseMethod("escape") :
no applicable method for 'escape' applied to an object of class "dbplyr_schema"

dbplyr 2.2.1 works correctly

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

Successfully merging a pull request may close this issue.

2 participants