http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9520 --- Comment #4 from Bernardo Gonzalez Kriegel <bgkriegel@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@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.