-
Notifications
You must be signed in to change notification settings - Fork 109
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
File reorg #683
Conversation
There was a problem hiding this 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) { |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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' |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, thanks!
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.