• 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
Name
Last commit
Last update
.github Loading commit data...
bin Loading commit data...
docs Loading commit data...
lib/Doctrine/DBAL Loading commit data...
tests Loading commit data...
.appveyor.yml Loading commit data...
.doctrine-project.json Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.scrutinizer.yml Loading commit data...
.travis.yml Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
SECURITY.md Loading commit data...
UPGRADE.md Loading commit data...
composer.json Loading commit data...
composer.lock Loading commit data...
phpcs.xml.dist Loading commit data...
phpstan.neon.dist Loading commit data...
phpunit.xml.dist Loading commit data...
run-all.sh Loading commit data...