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

--- Comment #17 from Martin Renvoize <[email protected]> ---
I've pushed a couple of additional follow-ups now. Jenkins is happier again.

The issue was that mysql/Maria does the primary key unique check before
applying the WHERE part of the UPDATE clause.  As such the update wasn't fully
idempotent and would throw a breaking error.

I updated the statement to UPDATE IGNORE which is perhaps a MySQLism, but seems
to work and can be corrected later if we do really ever want to support
Postgres etc

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