list_fields() fails in Postgres code - 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: list_fields() fails in Postgres code (/showthread.php?tid=10075) |
list_fields() fails in Postgres code - El Forum - 07-17-2008 [eluser]RonPerrella[/eluser] Extraneous 'F' - trivial to fix. File: postgre_result.php 68: $Ffield_names[] = pg_field_name($this->result_id, $i); 68: $field_names[] = pg_field_name($this->result_id, $i); list_fields() fails in Postgres code - El Forum - 07-18-2008 [eluser]Derek Allard[/eluser] Welcome to CI! Which version of CI are you running? That sounds like a bug that was fixed 7 months ago. list_fields() fails in Postgres code - El Forum - 07-19-2008 [eluser]RonPerrella[/eluser] I think I'm running 1.6.1 - but then again, I picked it up about 9 months ago ;-) list_fields() fails in Postgres code - El Forum - 07-19-2008 [eluser]RonPerrella[/eluser] Never mind - I found out I'm runing 1.5.4 in the changelog.... Last changed july 12, 2007 (a year ago!) -Ron list_fields() fails in Postgres code - El Forum - 07-19-2008 [eluser]Derek Allard[/eluser] No problem Ron. Thanks for reporting anyhow. Look forward to chatting with you more on the forums. |