]> git.evergreen-ils.org Git - working/Evergreen.git/commit
In oils_cstore.c:
authorscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 16 Mar 2009 04:13:10 +0000 (04:13 +0000)
committerscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 16 Mar 2009 04:13:10 +0000 (04:13 +0000)
commit9bfd2b83bfc4b7f61070b65bf3e4a6367627606f
treec837d602a394d2a3918bc87c65a1db1af1e75de9
parentcb9da3f61ee9e5ec9ee91210d5cbb4fa231dad6c
In oils_cstore.c:

1. Restore the quoting of numeric literals where the associated
column is known to be textual.

2. Wherever possible: replace calls to jsonObjectToSimpleString()
with calls to jsonObjectGetString().  Each replacement saves a malloc
and a free.

3. At one spot in searchWHERE: detect and complain about input where
the class name is empty.

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