23 Oct
2006
23 Oct
'06
7:39 p.m.
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1230 ------- Comment #6 from rhariram@gmail.com 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.