• Sergei Morozov's avatar
    Remove the OCI8Connection::getExecuteMode() method · 2da86a36
    Sergei Morozov authored
    The existing relationship between the connection and its statement violate the ISP principle. Instead of having access only to the execution mode of the connection, statements have access to the entire connection API.
    
    Having a method which is not defined in the driver connection interface makes it impossible to mark the method `final` (#3590).
    2da86a36
ExecutionMode.php 652 Bytes