Welcome Guest, Not a member yet? Register   Sign In
list_fields() fails in Postgres code
#1

[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);
#2

[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.
#3

[eluser]RonPerrella[/eluser]
I think I'm running 1.6.1 - but then again, I picked it up about 9 months ago ;-)
#4

[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
#5

[eluser]Derek Allard[/eluser]
No problem Ron. Thanks for reporting anyhow. Look forward to chatting with you more on the forums.




Theme © iAndrew 2016 - Forum software by © MyBB