Voting

: max(seven, four)?
(Example: nine)

The Note You're Voting On

ekevu at yahoo dot com
17 years ago
PostgreSQL boolean true becomes string "t"
PostgreSQL boolean false becomes string "f"
This is ambiguous, and leads to code duplication. I wonder why aren't the types correctly typed when fetching values. We could at least have an optional parameter to enable that.

<< Back to user notes page

To Top