[Rt-commit] rt branch, 4.2/use-in-operator, repushed
Alex Vandiver
alexmv at bestpractical.com
Wed Nov 12 18:40:24 EST 2014
The branch 4.2/use-in-operator was deleted and repushed:
was e325424b9062dc8040ecbe93cf352bf1b999abc0
now b14df0ee4fd1f39f09baa097bb66d4bdb195d934
1: e325424 ! 1: b14df0e When possible, switch to IN or NOT IN rather than multiple OR'd clauses
@@ -289,7 +289,7 @@
+ FIELD => 'Name',
+ FUNCTION => 'LOWER(?)',
+ OPERATOR => 'IN',
-+ VALUE => [ @tmp ],
++ VALUE => [ map {lc $_} @tmp ],
+ CASESENSITIVE => 1,
+ );
my $principal_alias = $groups->Join(
More information about the rt-commit
mailing list