]> git.evergreen-ils.org Git - Evergreen.git/commit
In SELECT(): Eliminate a sanity check and error message because
authorscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 24 May 2009 22:22:18 +0000 (22:22 +0000)
committerscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 24 May 2009 22:22:18 +0000 (22:22 +0000)
commitf37030249cbc7dd2cb8cae3afa3df7efcc5860c4
tree9079d1a486eac0f9a7c7d3b0e9c49f38fa3cce15
parent2a7f945a357c97966a366b17bb304dc51416d061
In SELECT(): Eliminate a sanity check and error message because
they are now redundant.

We don't need to verify that a class in the SELECT clause is
defined in the IDL, because we also verify that the class is
referenced in the FROM clause, and all of those classes have
already been vetted against the IDL.

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