]> git.evergreen-ils.org Git - Evergreen.git/commit
Changed the way authority tags were being pulled to specifically use an aggregate...
authorSteven Callender <stevecallender@esilibrary.com>
Thu, 7 Mar 2013 14:28:08 +0000 (09:28 -0500)
committerBill Erickson <berick@esilibrary.com>
Wed, 20 Mar 2013 20:58:14 +0000 (16:58 -0400)
commit2cd7d4866f5bc960b46a1486247fb1b3b40cee47
tree4520a2ef8354c98ba3efdbb82234bcecee4d0af6
parent4f0b43e7b510710f8180a913271e987a4864cf66
Changed the way authority tags were being pulled to specifically use an aggregate array.

There appears to have been a change in postgres at some point between 9.0 and 9.1
to the aggregate method. Because of this, postgres was not returning the proper
results when pulling tags for authorities. This change will force postgres to do
a proper aggregate array call and return the correct results.

Signed-off-by: Steven Callender <stevecallender@esilibrary.com>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/sql/Pg/011.schema.authority.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.function.axis_authority_tags_refs_aggregate [new file with mode: 0644]