Typo, we need commas
authorMike Rylander <mrylander@gmail.com>
Mon, 13 Jun 2011 14:58:34 +0000 (10:58 -0400)
committerMike Rylander <mrylander@gmail.com>
Mon, 13 Jun 2011 14:58:34 +0000 (10:58 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/sql/Pg/990.schema.unapi.sql
Open-ILS/src/sql/Pg/upgrade/0557.schema.in-db_unapi_copy_related_visibility-1.sql
Open-ILS/src/sql/Pg/upgrade/0558.schema.in-db_unapi_copy_related_visibility-2.sql

index 4cfa20c..c12a3a8 100644 (file)
@@ -529,7 +529,11 @@ CREATE OR REPLACE FUNCTION unapi.acl ( obj_id BIGINT, format TEXT,  ename TEXT,
                 name location,
                 XMLATTRIBUTES(
                     CASE WHEN $9 THEN 'http://open-ils.org/spec/holdings/v1' ELSE NULL END AS xmlns,
-                    id AS ident
+                    id AS ident,
+                    holdable,
+                    opac_visible,
+                    label_prefix AS prefix,
+                    label_suffix AS suffix
                 ),
                 name
             )
@@ -542,7 +546,9 @@ CREATE OR REPLACE FUNCTION unapi.ccs ( obj_id BIGINT, format TEXT,  ename TEXT,
                 name status,
                 XMLATTRIBUTES(
                     CASE WHEN $9 THEN 'http://open-ils.org/spec/holdings/v1' ELSE NULL END AS xmlns,
-                    id AS ident
+                    id AS ident,
+                    holdable,
+                    opac_visible
                 ),
                 name
             )
index 9295d6e..c27b6cb 100644 (file)
@@ -13,7 +13,7 @@ CREATE OR REPLACE FUNCTION unapi.acl ( obj_id BIGINT, format TEXT,  ename TEXT,
                 name location,
                 XMLATTRIBUTES(
                     CASE WHEN $9 THEN 'http://open-ils.org/spec/holdings/v1' ELSE NULL END AS xmlns,
-                    id AS ident
+                    id AS ident,
                     holdable,
                     opac_visible,
                     label_prefix AS prefix,
index 05cac17..6089b65 100644 (file)
@@ -13,7 +13,7 @@ CREATE OR REPLACE FUNCTION unapi.ccs ( obj_id BIGINT, format TEXT,  ename TEXT,
                 name status,
                 XMLATTRIBUTES(
                     CASE WHEN $9 THEN 'http://open-ils.org/spec/holdings/v1' ELSE NULL END AS xmlns,
-                    id AS ident
+                    id AS ident,
                     holdable,
                     opac_visible
                 ),