atk4 / data

Data Access PHP Framework for SQL & high-latency databases
https://atk4-data.readthedocs.io
MIT License
273 stars 46 forks source link

Fix long string param support for Oracle #974

Closed mvorisek closed 2 years ago

mvorisek commented 2 years ago

read needs https://github.com/php/php-src/pull/8018 for pdo_oci driver, oci8 driver is working

tested /w large value with size of 15 MiB, both text and blob DBAL types (~150 MB memory needed for Sqlite/Mysql, ~500 MB for Oracle and test took over 3 minutes to finish (vs. 1.5 second on Mysql))