pear / DB

http://pear.php.net/package/DB
9 stars 33 forks source link

Fixes an issue with oci8 driver, which causes getOne, getRow, getCol,… #7

Closed ozanhazer closed 4 years ago

ozanhazer commented 5 years ago

… getAssoc, getAll to fail. Removed unnecessary call to ocifreestatement which is preventing ocifetchinto from working inside these methods. The statement is already freed in freeResult method after the request is completed.