]> 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:53 +0000 (16:58 -0400)
commit44cadc8bde6e1d1767b820428f21d000e10c0a76
tree9efdb8f432e4bd01388b1377439c45dabbdbfa11
parentcdc7c4a49672ad3bab25d3e0775652934c3928f8
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]