CodeIgniter Forums
How Smart is CodeIgniter? - 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: How Smart is CodeIgniter? (/showthread.php?tid=9802)



How Smart is CodeIgniter? - El Forum - 07-09-2008

[eluser]AgentPhoenix[/eluser]
When it comes to DB Forge, how smart is CI? I know that MySQL has a LONGTEXT field type, but I also know that Oracle doesn't have that. They do have CLOB, but I was wondering if CI is smart enough to do those conversions, and if it is, where would I find those conversions? I poked around the drivers and couldn't find anything about that.