koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-bugs] [Bug 1230] On editing marc entry: Publisher fields(tag 260)


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 1230] On editing marc entry: Publisher fields(tag 260) NOT stored as utf8 in mysql
Date: 23 Oct 2006 18:39:20 -0000

http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1230





------- Comment #6 from address@hidden  2006-10-24 07:39 -------
Corruption only in the koha table (biblioitems).
The data in the marc table (marc_subfield_table) is intact.

In other words:
select publishercode from biblioitems;
returned corrupt data, while
select subfieldvalue from marc_subfield_table where tag=260 and
subfieldcode='b';
returned good data.

The whole of biblioitems table is having trouble.
The biblio table continues to have good data.

How do I find encoding def of a particular table/column ?




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]