https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26684

Janusz Kaczmarek <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #19 from Janusz Kaczmarek <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to