]> git.evergreen-ils.org Git - Evergreen.git/commit
When returning a list of bind variables: If a default_ or actual_value
authorscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 14 Jul 2010 18:55:05 +0000 (18:55 +0000)
committerscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 14 Jul 2010 18:55:05 +0000 (18:55 +0000)
commit343e0d7809f6067faa993ce7384bb8ca2acfe5f9
treeae6cdbdb5c9af5336a343cf1174f9e0156b05258
parent241e4b4368b9db80536b21f913fe1221b7eecf33
When returning a list of bind variables: If a default_ or actual_value
is undefined for a given variable, leave it out of the JSON object
altogether, rather than create an entry with a JSON null for it.

That way the client can distinguish between an undefined value and
a value defined as null.

M    Open-ILS/src/c-apps/buildSQL.c

git-svn-id: svn://svn.open-ils.org/ILS/trunk@16932 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/c-apps/buildSQL.c