Skip to content

AV when preparing a query with IN list that contains both literals and sub-query #8087

@hvlad

Description

@hvlad

Test case:

SELECT *
  FROM RDB$RELATIONS R
 WHERE R.RDB$RELATION_ID IN (1, (SELECT D.RDB$RELATION_ID FROM RDB$DATABASE D))

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions