28 Aug
2024
28 Aug
'24
10:26 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37675 --- Comment #33 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to David Cook from comment #30)
I think Jonathan's patch didn't have much impact, because it didn't target the most necessary "create_key" function.
Good catch, I missed that one.
But it has its own problems as well. I don't like while() loops in web apps.
Yes, that's terrible. And the fact the a collision could still happen between server-side and client-side seems pretty bad as well. What about using UUIDs instead? :) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.