Welcome Guest, Not a member yet? Register   Sign In
Problem session ci on Oracle 10g
#3

[eluser]sungsoo[/eluser]
I had the same problem. Today I managed to solve this problem.

Modify the file named 'system/database/DB_driver.php' as shown below:


$ svn diff -r534 DB_driver.php
Index: DB_driver.php
===================================================================
--- DB_driver.php (revision 534)
+++ DB_driver.php (working copy)
@@ -946,7 +946,7 @@
{
if ( ! $this->_has_operator($key))
{
- $key .= ' =';
+ $key = $this->_protect_identifiers($key).' =';
}

$val = ' '.$this->escape($val);



I hope this would help you!

Cheers!

Sungsoo Kim


Messages In This Thread
Problem session ci on Oracle 10g - by El Forum - 04-20-2010, 07:45 PM
Problem session ci on Oracle 10g - by El Forum - 04-29-2010, 02:21 AM
Problem session ci on Oracle 10g - by El Forum - 10-25-2010, 03:45 AM
Problem session ci on Oracle 10g - by El Forum - 10-25-2010, 04:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB