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

File reorg #683

Merged
merged 14 commits into from
Dec 15, 2023
Merged

File reorg #683

merged 14 commits into from
Dec 15, 2023

Conversation

hadley
Copy link
Member

@hadley hadley commented Dec 15, 2023

Fixes #623. Fixes #675.

@detule FYI, no need to review (since I think it's basically impossible), but this will hopefully make development a bit easier going forward.

@hadley hadley requested a review from simonpcouch December 15, 2023 15:00
Copy link
Collaborator

@simonpcouch simonpcouch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking sharp.🙂

#' # Can also use the full constant name.
#' odbcSetTransactionIsolationLevel(con, "SQL_TXN_READ_UNCOMMITTED")
#' }
odbcSetTransactionIsolationLevel <- function(conn, levels) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems like unexpected content for the odbc.R file.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm thinking we'll accumulate random odbc... functions in this file.

@@ -21,6 +21,7 @@ reference:
contents:
- databricks
- 'Microsoft SQL Server-class'
- 'Oracle-class'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this PR also closes #675.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thanks!

@hadley hadley merged commit 7f7b4eb into main Dec 15, 2023
@hadley hadley deleted the re-org branch December 15, 2023 16:30
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.

Oracle methods should be documented in own topic Better align test and R files
2 participants