]> git.evergreen-ils.org Git - Evergreen.git/commit
1. Add support for function calls. Note that certain functions have
authorscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 31 May 2010 03:03:03 +0000 (03:03 +0000)
committerscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 31 May 2010 03:03:03 +0000 (03:03 +0000)
commit271c3c79c289149be5de76e56c2988609781a349
treee61e4bd16cf4af30e0f34fc9d6e3516b123d2f0e
parentc2c30505e8e3e05d0dc64b5a3f8e5a88cd5a61c2
1. Add support for function calls.  Note that certain functions have
peculiar calling syntax.  They will require special handling as exceptions,
and are not yet supported.

2. Add a bit of sanity checking for numeric and string literal expressions.

3. Eliminate the function_id member of Expression.

M    Open-ILS/include/openils/oils_buildq.h
M    Open-ILS/src/c-apps/oils_storedq.c
M    Open-ILS/src/c-apps/buildSQL.c

git-svn-id: svn://svn.open-ils.org/ILS/trunk@16537 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/include/openils/oils_buildq.h
Open-ILS/src/c-apps/buildSQL.c
Open-ILS/src/c-apps/oils_storedq.c