>>>>> Philipp Marek <[email protected]>: > It might be easier for callers if this did > if (isNull) > return ""; > so that the value could just be used in printf() and similar without > explicit checking.
If that was ok to do, one might as well represent a NULL with an empty string.

