18 Aug
2015
18 Aug
'15
4:10 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14655 --- Comment #10 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Jesse Weaver from comment #9)
Doing this with "SELECT borrowernumber FROM borrowers WHERE privacy = 2 LIMIT 1" ran in 0.02s on one of our largest sites (~125K borrowers), so it is practical.
I don't understand why you want that, could you please detail? Have a look at the updatedb entry 3.21.00.013, we were careful to raise a warning if needed. I don't think it's worth to add a select statement for every checkin. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.