CodeIgniter Forums
Database and booleans - 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: Database and booleans (/showthread.php?tid=11640)



Database and booleans - El Forum - 09-17-2008

[eluser]Unknown[/eluser]
I'm using CodeIgniter with PostgreSQL database (newest versions) and I'm getting <b>t</b> and <b>f</b> instead of boolean values from database. Column is boolean type and I double checked it. Is this normal?

I don't have MySQL on my machine and I want my application to work cross-platform.