Skip to content

Commit

Permalink
Mark OCI8Connection::getExecuteMode() internal
Browse files Browse the repository at this point in the history
  • Loading branch information
morozov committed Jun 26, 2020
1 parent 085a955 commit a35819d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

The non-interface methods of driver-level classes have been marked internal:

- `OCI8Connection::getExecuteMode()`
- `OCI8Statement::convertPositionalToNamedPlaceholders()`

## Inconsistently and ambiguously named driver-level classes are deprecated
Expand Down
2 changes: 2 additions & 0 deletions lib/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ public function lastInsertId($name = null)
/**
* Returns the current execution mode.
*
* @internal
*
* @return int
*/
public function getExecuteMode()
Expand Down

0 comments on commit a35819d

Please sign in to comment.