From: Dan Scott Date: Sun, 11 Nov 2012 23:31:12 +0000 (-0500) Subject: Sample data: re-enable french record assets X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=12df829f0effdcc30661e72f1b0b3dab1b019147;p=working%2FEvergreen.git Sample data: re-enable french record assets Someday I will understand why PostgreSQL wants an explicit type cast for quoted values that are being passed into TEXT parameters. I'm sure it's a great reason that isn't immediately apparent to mere mortals like me. Signed-off-by: Dan Scott --- diff --git a/Open-ILS/tests/datasets/sql/assets_fre.sql b/Open-ILS/tests/datasets/sql/assets_fre.sql index b2cf1b3542..dcf0081a03 100644 --- a/Open-ILS/tests/datasets/sql/assets_fre.sql +++ b/Open-ILS/tests/datasets/sql/assets_fre.sql @@ -1,9 +1,9 @@ -- Create call numbers -SELECT evergreen.populate_call_number(4, 'FRE ', 'IMPORT FRE'); -- BR1 -SELECT evergreen.populate_call_number(5, 'FRE ', 'IMPORT FRE'); -- BR2 -SELECT evergreen.populate_call_number(6, 'FRE ', 'IMPORT FRE'); -- BR3 -SELECT evergreen.populate_call_number(7, 'FRE ', 'IMPORT FRE'); -- BR4 -SELECT evergreen.populate_call_number(9, 'FRE ', 'IMPORT FRE'); -- BM1 +SELECT evergreen.populate_call_number(4, 'FRE ', 'IMPORT FRE', NULL); -- BR1 +SELECT evergreen.populate_call_number(5, 'FRE ', 'IMPORT FRE', NULL); -- BR2 +SELECT evergreen.populate_call_number(6, 'FRE ', 'IMPORT FRE', NULL); -- BR3 +SELECT evergreen.populate_call_number(7, 'FRE ', 'IMPORT FRE', NULL); -- BR4 +SELECT evergreen.populate_call_number(9, 'FRE ', 'IMPORT FRE', NULL); -- BM1 -- Create copies SELECT evergreen.populate_copy(4, 4, 'FRE40000', 'FRE'); -- BR1