Skip to content

Commit

Permalink
Use correct parent for Oracle (#687)
Browse files Browse the repository at this point in the history
Fixes #685
  • Loading branch information
hadley authored Dec 18, 2023
1 parent e7af59e commit bf54645
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# odbc (development version)

* Use correct parent class for Oracle (#685).

# odbc 1.4.0

## Major changes
Expand Down
2 changes: 1 addition & 1 deletion R/driver-oracle.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ NULL
#' @export
#' @rdname Oracle
#' @keywords internal
setClass("Oracle", contains = "OdbcDriver")
setClass("Oracle", contains = "OdbcConnection")

#' @rdname Oracle
setMethod("sqlCreateTable", "Oracle",
Expand Down

0 comments on commit bf54645

Please sign in to comment.