]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1937294: Fix Functions for XML/XPath changes
authorJason Stephenson <jason@sigio.com>
Thu, 18 Nov 2021 21:06:37 +0000 (16:06 -0500)
committerMike Rylander <mrylander@gmail.com>
Wed, 23 Mar 2022 22:45:17 +0000 (18:45 -0400)
commit171f873a72275bfb554f03e9ccd27d38b4326982
tree1f9f193684bb9780ecb19b1be39d3cecc6877bc3
parent0ab42b1702ae0797dc9247b5a4258edbe27d6c74
LP1937294: Fix Functions for XML/XPath changes

Use local-name() in XPath where necessitated by XML bug fixes in
PostgreSQL 11 and later.  Relative XPath no longer works as it used
to.

Fix authority.generate_overlay_template()

Fix authority.normalize_heading()

Fix vandelay.ingest_items()

Fix biblio.extract_quality()

Fix authority.simple_heading_set()

Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/sql/Pg/011.schema.authority.sql
Open-ILS/src/sql/Pg/030.schema.metabib.sql
Open-ILS/src/sql/Pg/999.functions.global.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.function.lp1937244-postgresql-changes.sql [new file with mode: 0644]