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

--- Comment #32 from Martin Renvoize (ashimema) 
<[email protected]> ---
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 <[email protected]>

-- 
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/

Reply via email to