]> git.evergreen-ils.org Git - working/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:46:41 +0000 (16:46 -0400)
commit3ea041743c82f3eb9961f6929c1fa37d1562180e
tree182120cf1daee4668a8a64af5445ec33bf3af794
parent2acd2b5c8172692376a02069c70b512b7a420053
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]