Skip to content

SQL: WHERE with condition evaluating to false doesn't work #34613

@matriv

Description

@matriv

When the condition in WHERE clause can be evaluated (literal expression) and evaluates to false, an exception is thrown:

java.sql.SQLFeatureNotSupportedException: Found 1 problem(s)
line 1:8: Unexecutable item

E.g.: select * from test_emp where 1>2

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions