]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Support table aliases other than class names for joined tables
authorscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 28 Jul 2009 12:37:41 +0000 (12:37 +0000)
committerscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 28 Jul 2009 12:37:41 +0000 (12:37 +0000)
commitceaeaa289631b1ab8b0bf27ccc4d124b941f0229
treef181f5c1bd4b3d3656e3887f7a69b754435a53c0
parentd422b3af23411e57a1113f804c7ea8bfd337d131
Support table aliases other than class names for joined tables
(not, so far, for tables outside of a JOIN clause).

Also: when constructing a BETWEEN clause, qualify the column
name with a table alias (correcting an apparent oversight).

Also: when using the "+class" trick to apply a table alias,
verify that the alias is in scope.

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