https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26684 Janusz Kaczmarek <januszop@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |januszop@gmail.com --- Comment #19 from Janusz Kaczmarek <januszop@gmail.com> --- The auth_header.marc column should definitely be remover. It is outdated, never used (only stored), and we have removed marc from biblio long time ago. Morover, it is of size blob (64K), which means it cannot properly host large ISO 2709 records (up to 99K). While saving large records we get warning: DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st execute failed: Data too long for column 'marc' at row 1 at /kohadevbox/koha/Koha/Object.pm line 172 and creation / modification is not properly performed. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.