8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00
This commit is contained in:
Adriano dos Santos Fernandes 2023-11-27 21:12:50 -03:00 committed by GitHub
parent 61526ccc5e
commit 38b636f901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,7 +165,7 @@ public:
bool ignoreNulls(const StreamList& streams) const override
{
// <arg> IN (<list>) is logically the same as <arg> = <list>[0] OR <arg> = <list>[1] OR ..
// See above (BinaryBoolNode) the rule for the OR predicate: all its aruments should have
// See above (BinaryBoolNode) the rule for the OR predicate: all its arguments should have
// ignoreNulls == true to make the final result also true. Follow the same logic here.
if (arg->ignoreNulls(streams))