]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP1820339: Vandelay Imports on Pg 10
authorJason Boyer <jboyer@library.in.gov>
Fri, 15 Mar 2019 19:35:26 +0000 (15:35 -0400)
committerJason Stephenson <jason@sigio.com>
Thu, 25 Apr 2019 22:10:27 +0000 (18:10 -0400)
commit26ba6dfe67b2b9b9048235ed636c1064f8b84dec
tree1c73600d8fb9cc8fe819684f8e7bc56eb88d666c
parentb7a8f5de1821ed6ad16d5b5b66e1198e401f738a
LP1820339: Vandelay Imports on Pg 10

In vandelay.flatten_marc_hstore there are a couple
instances of set-returning functions used inside a
CASE statement, which Pg10 is unhappy about. This
branch changes these regexp_matches calls to use
regexp_match instead which avoids this error.

Signed-off-by: Jason Boyer <jboyer@library.in.gov>
Signed-off-by: Jason Stephenson <jason@sigio.com>
Open-ILS/src/sql/Pg/012.schema.vandelay.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.lp1820339-pg10-vandelay.sql [new file with mode: 0644]