util::json::sql_values_to_json_values (public)

 util::json::sql_values_to_json_values row

Defined in packages/acs-tcl/tcl/json-procs.tcl

Converts empty values to "null", consistent with how oracle, mysql, and the nspostgres bindvar hack treats them.

Parameters:
row - A row (list) returned by a sql SELECT.
Returns:
A new list with empty strings converted to null.

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
[ show source ]
Show another procedure: