Hello,
I am using cake 1.1.15.5144 with PHP5 and postgres 8.2.5.
The problem is that boolean values from the database are stored within
the model as strings ('t' / 'f').
Is there a solution that the model stores 'real' boolean (TRUE/FALSE)
values?
There is a function "boolean" in dbo_postgres.php that does the
mapping, but it seems that the values stored from the database to the
model are not translated.
Regards
Stefan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---