mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
Misc.
This commit is contained in:
parent
61526ccc5e
commit
38b636f901
@ -165,7 +165,7 @@ public:
|
|||||||
bool ignoreNulls(const StreamList& streams) const override
|
bool ignoreNulls(const StreamList& streams) const override
|
||||||
{
|
{
|
||||||
// <arg> IN (<list>) is logically the same as <arg> = <list>[0] OR <arg> = <list>[1] OR ..
|
// <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.
|
// ignoreNulls == true to make the final result also true. Follow the same logic here.
|
||||||
|
|
||||||
if (arg->ignoreNulls(streams))
|
if (arg->ignoreNulls(streams))
|
||||||
|
Loading…
Reference in New Issue
Block a user