]> git.koha-community.org Git - koha.git/commit
Bug 25624: Add --where option to update_patrons_category.pl
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 1 Sep 2020 13:07:49 +0000 (15:07 +0200)
committerLucas Gass <lucas@bywatersolutions.com>
Tue, 20 Oct 2020 14:09:57 +0000 (14:09 +0000)
commitf77e44e3dfc525a6b6c09ab8f1564ff23264657c
tree4d82da6f5985231ed2d651aa6c62944e80fe4506
parent51d3010b71f3f30492f6c0655ef2fd06ba909690
Bug 25624: Add --where option to update_patrons_category.pl

The script did not allow to find empty fields or use wildcards

With this new option we will now have the ability to filter patrons by
some of their attributes.

Test plan:
1 - Run the script with no parameters and verify the help explains the parameters
2 - Try the script with one or more --where parameters, like:
  --where "firstname='koha'"
3 - Test null values
  --where "firstname IS NULL"
4 - Test like values with wildcards
  --where "firstname LIKE '%a%'
5 - Test like with the word null to find fields containing the word rather than being unset

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit aa8ee99fb77f3de1904efe52d0bbd847cc4e63aa)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
misc/cronjobs/update_patrons_category.pl