Bug 11234 - Is returning biblioitems.marc field in C4::Biblio subs really necessary?
Summary: Is returning biblioitems.marc field in C4::Biblio subs really necessary?
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Database (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Galen Charlton
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-11 09:28 UTC by Mathieu Saby
Modified: 2020-11-30 21:45 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Saby 2013-11-11 09:28:00 UTC
Most subs of C4::Biblio subs are returning raw MARC data from biblioitems.marc field.
It's bad for performances and I don't think it id really necessary, except in a few cases (exporting records?).

M. Saby
Comment 1 Katrin Fischer 2020-01-05 11:27:40 UTC
I believe this is no longer valid with the introduction of the biblio_metadata table.