## Current state Set-operation quantifiers with `BY NAME` are still rejected. Example: - `select 1 as a union by name select 1 as a` ## Expected Support `BY NAME` quantifiers in set operations. ## Pointers - `src/binder/select.rs:657` - Reproduced with `kitesql-shell`
Current state
Set-operation quantifiers with
BY NAMEare still rejected.Example:
select 1 as a union by name select 1 as aExpected
Support
BY NAMEquantifiers in set operations.Pointers
src/binder/select.rs:657kitesql-shell