From 610749e80b0bb5369ae9d30d409e035d4e8b6d53 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Sun, 11 Nov 2012 18:31:12 -0500 Subject: [PATCH] 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 Signed-off-by: Bill Erickson --- Open-ILS/tests/datasets/sql/assets_fre.sql | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.11.0