LP#1501471: add DB function for batch retrieval of OU settings
authorGalen Charlton <gmc@esilibrary.com>
Wed, 30 Sep 2015 22:11:55 +0000 (22:11 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 4 Nov 2015 21:00:54 +0000 (21:00 +0000)
commit704d46b95fb32644e8f45ec1d16377182a4d5cf5
tree585a69e41c66ae713950877ee4b655c7b0d32b37
parenta03b6bd0a8a5f65c6b888b2664f93e5c0fd70564
LP#1501471: add DB function for batch retrieval of OU settings

This adds a new stored function and a utility routine that uses it
for retrieving a set of OU settings in one fell swoop.  This offers
a significant speed boost for the Dojo patron editor, which loads
about 70 OU settings when it initalizes itself.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm
Open-ILS/src/sql/Pg/020.schema.functions.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.batch_settings_retrieve_function.sql [new file with mode: 0644]