]> git.evergreen-ils.org Git - Evergreen.git/commit
Join subqueries as OR'd groups in QueryParser
authorThomas Berezansky <tsbere@mvlc.org>
Tue, 14 Aug 2012 17:31:27 +0000 (13:31 -0400)
committerDan Scott <dscott@laurentian.ca>
Thu, 16 Aug 2012 03:12:35 +0000 (23:12 -0400)
commit409c2ebcc648ad32a66ab6d9d2c085744104ae56
tree5b5b9271d2ce1cea229182aa308439a0381d9f63
parent1985c8c0f648de38af415d0e0f5794d989b8171f
Join subqueries as OR'd groups in QueryParser

This makes filter_group_entry(1,2,3) build an OR'd set of the resulting
queries instead of just tacking them onto each other as ANDs.

Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Driver/Pg/QueryParser.pm