]> git.evergreen-ils.org Git - working/Evergreen.git/commit
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)
committerBill Erickson <berickxx@gmail.com>
Thu, 5 Nov 2015 14:23:34 +0000 (09:23 -0500)
commitbe1b6aafe5e0f6ad0f6f6f5417aa09c86a620bfa
treea57d192524f21527a3d01e240016a551984d0011
parent81e674e2d8972c8761ab137c643ab9d0f2eb1ad6
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]