6 Jan
2025
6 Jan
'25
8:28 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30300 --- Comment #32 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Created attachment 176159 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=176159&action=edit Bug 30300: (QA follow-up) Remove use of Koha:: and C4:: in DB Update We require that database updates don't rely on Koha:: or C4:: code to reliably maintain idempotency (The underlying methods may change at a future date). This approach uses two INSERT IGNORE statements which should also improve performance. Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.