17 Jul
2020
17 Jul
'20
3:50 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25624 --- Comment #8 from Nick Clemens <nick@bywatersolutions.com> --- (In reply to Alex Arnaud from comment #5)
(In reply to Alex Arnaud from comment #3)
+will update all patrons with no value for email
all patrons with null email field ?
I mean: all patron with email different from null
=> matches all patrons with email different from "foo" or email eq ''. But not the null ones. Is it the wanted behavior ?
-dn email=null will find all not null -d email=null will find all null I think specifically targeting null differently than blank makes sense as it can have different meanings -- You are receiving this mail because: You are watching all bug changes.