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

Fix dbplyr db_supports_table_alias_with_as bug #184

Merged
merged 14 commits into from
Feb 26, 2024
Merged

Fix dbplyr db_supports_table_alias_with_as bug #184

merged 14 commits into from
Feb 26, 2024

Conversation

jonkeane
Copy link
Collaborator

@jonkeane jonkeane commented Feb 24, 2024

With dbplyr 4.2.0, there is a new method db_supports_table_alias_with_as which will determine if AS is used or not. This usually just works due to inheritance, but with odbc drivers it did not. This is because the connection class that odbc returns with an actual connection (PostgreSQL) is hardcoded in dbplyr, but when we mock the connection when we are playing back, we don't have that information available.

Also: Cleaning up some of the linting annotations (mostly just running styler and accepting what it gives me)

@jonkeane jonkeane changed the title Clean up lints / style Fix dbplyr db_supports_table_alias_with_as bug Feb 24, 2024
@jonkeane jonkeane merged commit c35d70a into main Feb 26, 2024
13 checks passed
@jonkeane jonkeane deleted the CI_bump branch February 26, 2024 02:46
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 this pull request may close these issues.

1 participant