Forum OpenACS Q&A: Response to SQL statement return 0 row

Collapse
Posted by Don Baccus on
Well, no rows is SQL92 compliant (PG 6.5 used to always return an empty row, but that was a bug and indeed I filed it as such, and it got fixed for PG 7.0).

You should handle the empty case in Tcl...