Skip to content

Missing a column name for boolean expression #8820

@zuev-anton

Description

@zuev-anton

A column name is missing if the query returns the result of a boolean expression:

SQL> select (1 IN (1, 2, 3)) from rdb$database;

        
======= 
<true>  

SQL> select (1 = 2) from rdb$database;

        
======= 
<false>

I expected to see at least CONSTANT.
Tested on version 3 and above.

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions