Forum OpenACS Q&A: Response to "good" tcl code

Collapse
Posted by Don Baccus on
Also handy in a mixed SQL/Tcl environment where "t"/"f" is used rather than 0/1 for booleans (PG's built-in bool type, in Oracle by convention in OpenACS) is "string is false" and "string is true".  If you use it you can ignore how the boolean's being generated.