pdo-via-oci8
pdo-via-oci8 copied to clipboard
[2.x] WIP: Improve fetchAll performance using oci_fetch_all
This PR aims to improve fetchAll method by utilizing oci_fetch_all. Current implement causes like an N+1 side effect which calls fetch method multiple times depending on the numbers of rows returned.