Kovalenko Dmitry <[email protected]> wrote Mon, 01 Oct 2018 19:18:23 +0300:

Hello,


Firebird 3.0.4


Could anybody (Adriano?) confirm, that next result is corrected:


select
null   or true    as c4__null_or_true,      /*  TRUE */
null   or false   as c5__null_or_false,   /* NULL */
null   and true   as c6__null_and_true, /* NULL */
null   and false  as c7__null_and_false /* FALSE */

from rdb$database


Just - yes or no :)


Thanks,

Dmitry Kovalenko



Yes


--
Simonov Denis



Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to