6 Jun
2024
6 Jun
'24
10:07 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36986 --- Comment #17 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- 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.