cakephp-oracle-driver
cakephp-oracle-driver copied to clipboard
CakePHP 3 Driver for Oracle Database
Recently install cakephp 4 over PHP 8 and this work good and faster, less the cakedc oracle plugin not working. Version PDO and OCI is different in OCI8Statement.php file. Any...
Fot testing: ```bash composer config repositories.cakephp-oracle-driver git "https://github.com/alphp/cakephp-oracle-driver" composer require cakedc/cakephp-oracle-driver dev-5.x-cakephp-4.5 ```
https://github.com/CakeDC/cakephp-oracle-driver/blob/72b5e8d6da53eb8b1025e03d2c686a9c1c40975f/src/Database/Driver/OracleBase.php#L32 PDODriverTrait was deprecated in CakePHP 3.x and moved to Driver class
`\Cake\Database\TypeFactor::map()` was replaced by `getMap()` in 4.0 (as far as I can tell from some archeology). This was causing errors with Methods which I can reproduce if needed.
Bumps [symfony/http-kernel](https://github.com/symfony/http-kernel) from 5.0.5 to 5.1.11. Changelog Sourced from symfony/http-kernel's changelog. CHANGELOG 6.2 Add constructor argument bool $handleAllThrowable to HttpKernel Add ControllerEvent::getAttributes() to handle attributes on controllers Add #[Cache] to...
Bumps [cakephp/cakephp](https://github.com/cakephp/cakephp) from 4.0.4 to 4.0.10. Release notes Sourced from cakephp/cakephp's releases. CakePHP 4.0.10 Released The CakePHP core team is happy to announce the immediate availability of CakePHP 4.0.10. This...
Bumps [laminas/laminas-diactoros](https://github.com/laminas/laminas-diactoros) from 2.2.2 to 2.13.0. Release notes Sourced from laminas/laminas-diactoros's releases. 2.13.0 Release Notes for 2.13.0 Feature release (minor) 2.13.0 Total issues resolved: 0 Total pull requests resolved: 4...
why i always get ORA-00911: invalid character toselect with sql statement $this->Model->find()->first();
Are there any plans to support CakePHP 5? I noticed issue #70 regarding PHP 8 compatibility, but the mentioned PR appears to address only CakePHP 4.5.
Update for PHP-8 #70