note 10993 deleted from function.pg-fetch-array by felipe
| Newsgroups | php.notes |
|---|---|
| Message-ID | <[email protected]> |
Note Submitter: sgarib at vrweb dot cl
----
when you retrive a boolean value from postgreSQL the result is "t" and "f" (as a string) instead of 1 and 0 so you can't ask somenthing like :
if (!(rstemp["booleanvalue"]))
{ do_ somenthing();}