]> git.evergreen-ils.org Git - working/Evergreen.git/commit
QueryParser: comma-delimit multiple WITH clauses
authorDan Scott <dan@coffeecode.net>
Mon, 21 May 2012 18:46:53 +0000 (14:46 -0400)
committerBill Erickson <berick@esilibrary.com>
Mon, 21 May 2012 19:00:31 +0000 (15:00 -0400)
commit7abdb32ecbfecc3f01016c64b8f3f8faff45a93e
tree51626798da3e8ff57ec4a1dc6bcd65f3229108f7
parent65a75840f824e104792c8913336e8fa18d358339
QueryParser: comma-delimit multiple WITH clauses

Bill Erickson's fix for my breakage of QueryParser.pm for the speedup
via the WITH common table expression usage inadvertently left out
the commas required to delimit multiple WITH clauses, resulting in SQL
query errors.

This fixes that oversight. Note that the fts-replacement.pl script came
in quite handy for testing this; recommended.

Signed-off-by: Dan Scott <dan@coffeecode.net>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Driver/Pg/QueryParser.pm