[Koha-bugs] [Bug 11297] Add support for custom PQF attributes for Z39.50 server searches.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun May 17 16:42:40 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11297

--- Comment #7 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 23144
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=23144
Add support for custom Z39.50 attributes for Z39.50 servers.

Review of attachment 23144:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11297&attachment=23144)
-----------------------------------------------------------------

Also, missing kohastructure.sql modifications.

::: installer/data/mysql/updatedatabase.pl
@@ +7331,5 @@
>  }
>  
> +$DBversion = "3.13.00.XXX";
> +if ( CheckVersion($DBversion) ) {
> +    $dbh->do("ALTER TABLE z3950servers ADD COLUMN attributes VARCHAR(255);");

please include an explicit AFTER, so that things run out of order will generate
some layout. :)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list