]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Support function calls with subfields, e.g. (func(args))."id".
authorscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 28 Jun 2010 15:43:28 +0000 (15:43 +0000)
committerscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 28 Jun 2010 15:43:28 +0000 (15:43 +0000)
commit500aab72f6c08d1f7de1c992f6b71649446c8258
tree6be41947fa08a9a7fce28bc875dae89ed3c6373a
parent2bb3c0ff0eab16f27df0d4aecd1ac5a1ff29b284
Support function calls with subfields, e.g. (func(args))."id".

Note that this support treats the subfield as an optional
component of the functional call, not as a type of expression
in its own right.  A subsequent commit will eliminate the "xfld"
expression type.

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@16821 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