• 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
Name
Last commit
Last update
..
AbstractOracleDriver Loading commit data...
IBMDB2 Loading commit data...
Mysqli Loading commit data...
OCI8 Loading commit data...
PDO Loading commit data...
PDOMySql Loading commit data...
PDOOracle Loading commit data...
PDOPgSql Loading commit data...
PDOSqlite Loading commit data...
PDOSqlsrv Loading commit data...
SQLSrv Loading commit data...
AbstractDB2DriverTest.php Loading commit data...
AbstractDriverTest.php Loading commit data...
AbstractMySQLDriverTest.php Loading commit data...
AbstractOracleDriverTest.php Loading commit data...
AbstractPostgreSQLDriverTest.php Loading commit data...
AbstractSQLServerDriverTest.php Loading commit data...
AbstractSQLiteDriverTest.php Loading commit data...