From: Sebastian Harl Date: Tue, 19 May 2015 21:17:11 +0000 (+0200) Subject: sysdbql(7): Document IS [NOT] TRUE / FALSE. X-Git-Tag: sysdb-0.8.0~79 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=01f0a453d80101b446886e3af8b0f9f8dd4d9141 sysdbql(7): Document IS [NOT] TRUE / FALSE. --- diff --git a/doc/sysdbql.7.txt b/doc/sysdbql.7.txt index 9a16e23..de7c7c4 100644 --- a/doc/sysdbql.7.txt +++ b/doc/sysdbql.7.txt @@ -129,6 +129,13 @@ Boolean expressions may use the following operators: expression evaluates to NULL if the queried object does not exist (e.g., when accessing an attribute value). +'' *IS TRUE*:: +'' *IS NOT TRUE*:: +'' *IS FALSE*:: +'' *IS NOT FALSE*:: + Check whether an expression evaluates to a boolean *true* or *false* value + (or not). + '' *IN* '':: '' *NOT IN* '':: Checks whether the value of the first expression is included in the value