[Koha-bugs] [Bug 9520] Update default LOC Z39.50 target

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 28 13:08:45 CET 2013


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

--- Comment #4 from Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> ---
(In reply to comment #3)
> QA comment:
> 
> The query is not the good one, mysql raises a warning:
>   Data truncated for column 'type' at row 4
> type is an enum (cf kohastructure:  `type` enum('zed','opensearch') NOT NULL
> default 'zed')
> 
> Marked as Failed QA.

Sorry but.. did the comment applies to this bug?

bgkriegel at sentey:~/kohaclone$ mysql -uUUU -pPPP kohadev --verbose -e "UPDATE
z3950servers SET host = 'lx2.loc.gov', port = 210, db = 'LCDB', type =
'USMARC', encoding = 'utf8' WHERE name = 'LIBRARY OF CONGRESS'"
--------------
UPDATE z3950servers SET host = 'lx2.loc.gov', port = 210, db = 'LCDB', type =
'USMARC', encoding = 'utf8' WHERE name = 'LIBRARY OF CONGRESS'
--------------

No warnings :)

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


More information about the Koha-bugs mailing list