Use MARC::Field objects to append new fields user/dbs/unscrewup_maintain901
authorDan Scott <dscott@laurentian.ca>
Fri, 27 Jul 2012 20:27:29 +0000 (16:27 -0400)
committerDan Scott <dscott@laurentian.ca>
Fri, 27 Jul 2012 20:27:29 +0000 (16:27 -0400)
commit3bdedb9df281631f80730ee09cb728f1ace8c196
tree6326364009a65df9eb1a6055172f7a4d122fb309
parentbc84c7b6d47e1fdfe381ce96e2d2fb78a3d9907f
Use MARC::Field objects to append new fields

While the deprecated MARC::Record::add_fields() method allows you to add
a list of fields using a list object, append_fields() requires
MARC::Field objects.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/sql/Pg/002.functions.config.sql
Open-ILS/src/sql/Pg/002.schema.config.sql
Open-ILS/src/sql/Pg/upgrade/0726.schema.fix_maintain_901_regex.sql [new file with mode: 0644]