From: Sebastian Harl Date: Wed, 12 Nov 2014 21:14:28 +0000 (+0100) Subject: sysdbql(7): Documented IN . X-Git-Tag: sysdb-0.6.0~5^2 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=1dd3ecefb29aa3e4dfff7a545343d64b00f4e783 sysdbql(7): Documented IN . --- diff --git a/doc/sysdbql.7.txt b/doc/sysdbql.7.txt index 03e09c7..5e9fb85 100644 --- a/doc/sysdbql.7.txt +++ b/doc/sysdbql.7.txt @@ -127,7 +127,9 @@ Boolean expressions may use the following operators: of the second expression which has to be an array value (e.g., *backend* field). If the second value is not an array or if the type of the first value does not match the array's element type, the expression always - evaluates to false. + evaluates to false. The first value may also be an array. In this case, + the expression evaluates to true if all elements of that array are + included in the second array where order does not matter. Parentheses ('()') may be used around subexpressions to group them and enforce precedence.