diff options
author | Daniel Morris <daniel@honestempire.com> | 2012-10-04 23:28:38 +0200 |
---|---|---|
committer | Daniel Morris <daniel@honestempire.com> | 2012-10-04 23:28:38 +0200 |
commit | 0fc4a10fab7041585def63ff562f5247790915f3 (patch) | |
tree | fdaf8ce4f07b712fa4388b0d84b457b28c46cf29 /system/database/drivers/oci8/oci8_driver.php | |
parent | 7885c5cac9932e0598719682522b1c4902c15876 (diff) | |
parent | 5b92ae1dfb6ac99630693d193b0d3f60f9df525f (diff) |
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop
Diffstat (limited to 'system/database/drivers/oci8/oci8_driver.php')
-rw-r--r-- | system/database/drivers/oci8/oci8_driver.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/system/database/drivers/oci8/oci8_driver.php b/system/database/drivers/oci8/oci8_driver.php index 691247fee..7bf18949b 100644 --- a/system/database/drivers/oci8/oci8_driver.php +++ b/system/database/drivers/oci8/oci8_driver.php @@ -54,10 +54,6 @@ class CI_DB_oci8_driver extends CI_DB { // The character used for excaping protected $_escape_char = '"'; - // clause and character used for LIKE escape sequences - protected $_like_escape_str = " ESCAPE '%s' "; - protected $_like_escape_chr = '!'; - /** * The syntax to count rows is slightly different across different * database engines, so this string appears in each driver and is |