https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42508
--- Comment #26 from David Cook <[email protected]> --- Doing a quick scan of the comments... I think the issue is the extended patron attributes because they are stored in a normalized format in the database. Yeah sometimes denormalising is the right answer for performance. I've done that in the past using DB triggers, but another option is using an ORM software trigger. I mean we already override store() methods, so that's trivial. -- You are receiving this mail because: 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/
