]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Opened a window into the innards of oils_cstore.c.
authorscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 17 Feb 2009 14:03:35 +0000 (14:03 +0000)
committerscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 17 Feb 2009 14:03:35 +0000 (14:03 +0000)
commit60bd131c37a85e3eddb475011bbc2522d146f6a9
tree867e91d02545f446c41180be3beda6e0d38244ac
parentd503570e33cf43cfff1e446f9b5c73ef06e76ba0
Opened a window into the innards of oils_cstore.c.

1. Gave external linkage to the SELECT function.

2. Added a new test_json_query.c, which calls the newly extern
SELECT() to translate a JSON query into SQL.  To be used for
testing, debugging, and troubleshooting.  Note that this
utility calls SELECT() by normal linkage, not by dynamic
loading.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@12200 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/c-apps/oils_cstore.c
Open-ILS/src/c-apps/test_json_query.c [new file with mode: 0644]