Sample data: re-enable french record assets
authorDan Scott <dscott@laurentian.ca>
Sun, 11 Nov 2012 23:31:12 +0000 (18:31 -0500)
committerBill Erickson <berick@esilibrary.com>
Wed, 21 Nov 2012 17:14:53 +0000 (12:14 -0500)
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 <dscott@laurentian.ca>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/tests/datasets/sql/assets_fre.sql

index b2cf1b3..dcf0081 100644 (file)
@@ -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