diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-03-26 11:33:23 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-03-26 11:33:23 +0200 |
commit | 8aea4f49c81199661d3f6e49ff6142b886ea7226 (patch) | |
tree | 4d60eebc6c5b763d6dc1bbc51b12b46d15c9ae71 /system/database/drivers/oci8/oci8_driver.php | |
parent | 12ddc49cf0592cde87407739c5dd12a537dfcf0f (diff) | |
parent | 6192bc0cd34e214d5287ba45994d84789def31af (diff) |
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-postgre
Diffstat (limited to 'system/database/drivers/oci8/oci8_driver.php')
-rw-r--r-- | system/database/drivers/oci8/oci8_driver.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/system/database/drivers/oci8/oci8_driver.php b/system/database/drivers/oci8/oci8_driver.php index 238a08ff8..c9e791d63 100644 --- a/system/database/drivers/oci8/oci8_driver.php +++ b/system/database/drivers/oci8/oci8_driver.php @@ -103,22 +103,6 @@ class CI_DB_oci8_driver extends CI_DB { // -------------------------------------------------------------------- /** - * Reconnect - * - * Keep / reestablish the db connection if no queries have been - * sent for a length of time exceeding the server's idle timeout - * - * @return void - */ - public function reconnect() - { - // not implemented in oracle - return; - } - - // -------------------------------------------------------------------- - - /** * Select the database * * @return resource |