CodeIgniter Forums
db abstraction doesn't work the same in oracle/sql as it does in mysql - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: db abstraction doesn't work the same in oracle/sql as it does in mysql (/showthread.php?tid=26594)



db abstraction doesn't work the same in oracle/sql as it does in mysql - El Forum - 01-18-2010

[eluser]pocketmax[/eluser]
see this thread...

http://ellislab.com/forums/viewthread/141526/

Basically, because oracle/sql server handle quotes differently then other dbs, active record breaks the sql queries. Yet the same sql queries work fine in mysql.