X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FAbstract.pm;fp=lib%2FSQL%2FAbstract.pm;h=de10fcda2c2603e36381decc362377b82f627859;hb=0dfd24428b7952b71d617954940e62eba908139d;hp=4609e5dd75129a7c70a93ba41b9f3ade4c2e01d5;hpb=3af02ccb064ba561a4e7b0f6638df2ecc3df8b81;p=dbsrgits%2FSQL-Abstract.git diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 4609e5d..de10fcd 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -2231,7 +2231,8 @@ would generate: )"; @bind = ('2000'); - +Finally, if the argument to C<-in> is not a reference, it will be +treated as a single-element array. Another pair of operators is C<-between> and C<-not_between>, used with an arrayref of two values: