Welcome Guest, Not a member yet? Register   Sign In
ORACLE & Active Record :)
#11

[eluser]Seppo[/eluser]
Hey Derek, about this fixes, can you check the code in sqlite driver, line 403
Code:
function _escape_table($table)
    {
        if (stristr($table, '.'))
        {
            $table = preg_replace("/\./", ".", $table);
        }
        
        return $table;
    }
I think it's just replacing dots by dots
#12

[eluser]Derek Allard[/eluser]
Yeah, I removed the backticks via search and replace. Nice catch Seppo. I've commented to explain.
#13

[eluser]anndr0id[/eluser]
So was there ever a solution to this? I'm facing the same issue. I just started using CodeIgniter and I cannot find where in the Oracle drivers to reverse this issue.
#14

[eluser]Derek Allard[/eluser]
Welcome to CodeIgniter anndr0id! You'll love it. The oracle drivers are in system/database/oracle.




Theme © iAndrew 2016 - Forum software by © MyBB