• Sergei Morozov's avatar
    Removed the OCI8Connection::getExecuteMode() method · a0ff3648
    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).
    a0ff3648
UPGRADE.md 41 KB