diff options
author | Taufan Aditya <toopay@taufanaditya.com> | 2012-03-28 22:57:27 +0200 |
---|---|---|
committer | Taufan Aditya <toopay@taufanaditya.com> | 2012-03-28 22:57:27 +0200 |
commit | 002b8fac833c53ab431c72090b82cc2e7de396f2 (patch) | |
tree | 52b2f755e0ef533411709d2725ac2f406d791ade /system/database/drivers/oci8/oci8_driver.php | |
parent | a8a2e3325c128ccdc941daba3bba10b78bf2d098 (diff) | |
parent | da44bacbad76b9a898accdd533b48c04c6b0b12f (diff) |
Merge remote-tracking branch 'upstream/develop' into unit-tests
Diffstat (limited to 'system/database/drivers/oci8/oci8_driver.php')
-rw-r--r-- | system/database/drivers/oci8/oci8_driver.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/system/database/drivers/oci8/oci8_driver.php b/system/database/drivers/oci8/oci8_driver.php index 3bc8c114c..45b0198eb 100644 --- a/system/database/drivers/oci8/oci8_driver.php +++ b/system/database/drivers/oci8/oci8_driver.php @@ -186,19 +186,6 @@ class CI_DB_oci8_driver extends CI_DB { // -------------------------------------------------------------------- /** - * Select the database - * - * @return resource - */ - public function db_select() - { - // Not in Oracle - schemas are actually usernames - return TRUE; - } - - // -------------------------------------------------------------------- - - /** * Database version number * * @return string |