]> git.evergreen-ils.org Git - working/Evergreen.git/commit
1. Allow an ORDER BY clause to use a column from a table not
authorscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 14 May 2009 11:33:33 +0000 (11:33 +0000)
committerscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 14 May 2009 11:33:33 +0000 (11:33 +0000)
commit23eb5b5863cf548a6586b0806ca886a0c3ffa18e
tree16c5997a29f872e33446eccf1d328ac88b54b045
parent67eeb1a75209cab92e3dbe9a18ab014c81bc5a1b
1. Allow an ORDER BY clause to use a column from a table not
represented in the SELECT clause, as long as it is either the
core table or a joined table.

2. Fix bug whereby we were emitting the HAVING clause out of
sequence.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@13159 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/c-apps/oils_cstore.c