diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-03-23 15:08:41 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-03-23 15:08:41 +0100 |
commit | 2cae193647045a83014972d2aae908e7ea0ac8f3 (patch) | |
tree | 13b9a4d8f01c87dcc8d8dfb65342a41bc1f86a08 /system/database/drivers/odbc | |
parent | 549849b7aaba26547500505f8001a5126d425922 (diff) |
Add dummy method reconnect() method to CI_DB_driver and remove it from drivers that don't support it
Diffstat (limited to 'system/database/drivers/odbc')
-rw-r--r-- | system/database/drivers/odbc/odbc_driver.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/system/database/drivers/odbc/odbc_driver.php b/system/database/drivers/odbc/odbc_driver.php index 6704264c6..901787ff3 100644 --- a/system/database/drivers/odbc/odbc_driver.php +++ b/system/database/drivers/odbc/odbc_driver.php @@ -90,21 +90,6 @@ class CI_DB_odbc_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 odbc - } - - // -------------------------------------------------------------------- - - /** * Select the database * * @return resource |