https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35451
Bug ID: 35451
Summary: Add tablename field to additional_field_values
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Architecture, internals, and plumbing
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Currently we rely on a subquery in the additional_field_values relationships
we're adding in various places.
For performance and code clarity it would be sensible to add a tablename field
to the additional_field_values table to denote which table the value is
pertaining to.. we could index this too.
This would allow us to drop the subquery and use an indexed field instead
during joins.
--
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/