X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Abstract.git;a=blobdiff_plain;f=lib%2FSQL%2FAbstract.pm;fp=lib%2FSQL%2FAbstract.pm;h=81503966c0831ca88a2e60c6c5d563bbf1f262c2;hp=97e3b196d0e97dd4fe7a0746ac5a46e751a57d33;hb=6dc192f645b96636659d10a016b0a4d1e9e1c1b9;hpb=c5dd2e634e58245084b479db3c9682ccad12c32d diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 97e3b19..8150396 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -2875,7 +2875,7 @@ into an C of its elements: To get an OR instead, you can combine it with the arrayref idea: - my %where => ( + my %where = ( user => 'nwiger', priority => [ { '=', 2 }, { '>', 5 } ] );