]> git.evergreen-ils.org Git - Evergreen.git/commit
1. Support negation of an expression (except in a few cases where it
authorscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 6 May 2010 18:56:46 +0000 (18:56 +0000)
committerscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 6 May 2010 18:56:46 +0000 (18:56 +0000)
commit4c1b01b3954982515e6b73acb15b502cd82db00b
tree41197f01232890b0edecef0f7a2b17366706a918
parentb8af693290bf6b523707583aa04514f76fbd424f
1. Support negation of an expression (except in a few cases where it
doesn't make sense, such as negation of a number or string).

2. Support HAVING clauses.  This isn't useful yet because we don't
support GROUP BY yet.

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