]> git.evergreen-ils.org Git - Evergreen.git/commit - Open-ILS/include/openils/oils_buildq.h
1. Support function calls in the FROM clause.
authorscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 8 Jun 2010 21:01:27 +0000 (21:01 +0000)
committerscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 8 Jun 2010 21:01:27 +0000 (21:01 +0000)
commit0a188f7944cbba5aa0437640af353f370311982c
tree8fd54325f04bb30da86187f41928753243dc374c
parent6a6ecebeb6bf3867ef3ac88b41e988c541e0f925
1. Support function calls in the FROM clause.

2. Support wildcards in the SELECT clause.

WARNING: the presence of a wildcard in the SELECT clause
is likely to disrupt a GROUP BY by renumbering the columns.

Also: the "columns" method currently cannot return the
names of the columns into which a wild card is expanded.

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