summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/oci8/oci8_driver.php
diff options
context:
space:
mode:
authorGreg Aker <greg@gregaker.net>2011-08-21 20:00:07 +0200
committerGreg Aker <greg@gregaker.net>2011-08-21 20:00:07 +0200
commitb30f4fbdaa721101b7cc92f535bfe05b81e6b49c (patch)
treeab0afbb48b5eaeb130e1eb4c61682b2f9d7ef50f /system/database/drivers/oci8/oci8_driver.php
parent92ff07ee199d17a4dccd84114da8b66a95a4f56d (diff)
parent151b7a9abed49e76232ad195cc2c010bfc82f22a (diff)
Merge branch 'develop' into feature/unit-tests
Diffstat (limited to 'system/database/drivers/oci8/oci8_driver.php')
-rw-r--r--system/database/drivers/oci8/oci8_driver.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/database/drivers/oci8/oci8_driver.php b/system/database/drivers/oci8/oci8_driver.php
index 14df104ff..42cfaaefb 100644
--- a/system/database/drivers/oci8/oci8_driver.php
+++ b/system/database/drivers/oci8/oci8_driver.php
@@ -470,6 +470,7 @@ class CI_DB_oci8_driver extends CI_DB {
}
$row = $query->row();
+ $this->_reset_select();
return (int) $row->numrows;
}