yajra / pdo-via-oci8

PHP PDO_OCI functions via OCI8 extension
Other
88 stars 61 forks source link

fix: return object collection instead of oci8 statement resource #107

Closed danielrona closed 2 years ago

danielrona commented 2 years ago

This fixes the issue yajra/pdo-via-oci8#106

Apparantly the underlying class does not implement the traversable interface yet