]> git.evergreen-ils.org Git - Evergreen.git/commit
json_query boolean function param support
authorBill Erickson <berick@esilibrary.com>
Tue, 13 Dec 2011 16:03:23 +0000 (11:03 -0500)
committerMike Rylander <mrylander@gmail.com>
Tue, 13 Dec 2011 16:49:58 +0000 (11:49 -0500)
commit6349068fe22ff9431fca5ad9f1adadd6a5d0aea6
treeff5778360d571e81018b42fe0d254fb59995c9fb
parent88e8361ec62eff973dfe757cecf92281db052f17
json_query boolean function param support

Solves the following problem when passing boolean parameter values to
json_query functions using the 'from' construct.

E.g.  {"from" : ["some_func_name", true]}

oils_sql.c:2568 open-ils.cstore: Error quoting key string [(null)]

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/c-apps/oils_sql.c