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:13:34 +0000 (23:13 -0400)
commit4ecfa5931e5391b09b996790b746794625e2b250
tree43c0807c6bfd23e99efeea960caff77a5e302a22
parent483e19a42750ca5e9db224d6ccf62e58e33a92b3
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