summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/oci8/oci8_driver.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-04-05 15:00:32 +0200
committerAndrey Andreev <narf@bofh.bg>2012-04-05 15:00:32 +0200
commita6fe36eb42e5d8df8336f8c711ff8a6e0ee509e7 (patch)
tree668b94c8a096184ab60bc87ddfab695050ecfd65 /system/database/drivers/oci8/oci8_driver.php
parent17ceeae7ddd5c4eba2b1d0b25a17706b3d873346 (diff)
Added a default _truncate() method to CI_DB_active_record
Diffstat (limited to 'system/database/drivers/oci8/oci8_driver.php')
-rw-r--r--system/database/drivers/oci8/oci8_driver.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/system/database/drivers/oci8/oci8_driver.php b/system/database/drivers/oci8/oci8_driver.php
index 65ae1eaf3..756d93a16 100644
--- a/system/database/drivers/oci8/oci8_driver.php
+++ b/system/database/drivers/oci8/oci8_driver.php
@@ -648,8 +648,9 @@ class CI_DB_oci8_driver extends CI_DB {
* Truncate statement
*
* Generates a platform-specific truncate string from the supplied data
- * If the database does not support the truncate() command
- * This function maps to "DELETE FROM table"
+ *
+ * If the database does not support the truncate() command,
+ * then this method maps to 'DELETE FROM table'
*
* @param string the table name
* @return string