diff options
author | Aaron Krebs <akrebs@ualberta.ca> | 2013-12-11 20:32:23 +0100 |
---|---|---|
committer | Aaron Krebs <akrebs@ualberta.ca> | 2013-12-11 20:32:23 +0100 |
commit | 0433431188b9e71841ae292cb218ca89ded58b87 (patch) | |
tree | 3f728f79cf7bde0bcf287282451ba72b534f478b /system/database/DB_cache.php | |
parent | 9c5c490bdc61ebd27593577480ec484f0b0f6367 (diff) |
Make oci_execute() calls inside num_rows() non-committing. Fixes #696.
Fixes bug in Oracle driver. Calls to oci_execute() inside num_rows()
of the Oracle driver can be made non-committing to fix bug with transactions.
Since calls to oci_execute are only there to reset which row is next in line
for oci_fetch() calls, it's fine to not commit.
Diffstat (limited to 'system/database/DB_cache.php')
0 files changed, 0 insertions, 0 deletions