Welcome Guest, Not a member yet? Register   Sign In
Oracle Capitalization Problem and the Session Library
#1

[eluser]Frank Liu[/eluser]
Hi All,

I have ton of problems using CI with Oracle (10g) this weekend. All of these seem to somehow go back to the capitalization issue with the oracle driver. I put in the following fixes and they seem to go away:

in oci8_driver.php line 550 (function _escape_identifiers), add the following line:

> $item = strtoupper($item);

Then add the several fixes in the following thread by inari:

http://ellislab.com/forums/viewthread/74570/#389090

How come everything's so complicated with Oracle (I come from Django and it is exactly the same there).

Btw, CI is really clean, definitely the best framework I've seen for php (although I think php itself needs a lot of work. I am a python guy. But CI definitely is making things easierSmile)


Messages In This Thread
Oracle Capitalization Problem and the Session Library - by El Forum - 08-09-2009, 12:34 PM
Oracle Capitalization Problem and the Session Library - by El Forum - 09-16-2009, 07:13 AM
Oracle Capitalization Problem and the Session Library - by El Forum - 09-23-2012, 04:26 PM



Theme © iAndrew 2016 - Forum software by © MyBB