Allow group by unique non-nullable column in `only_full_group_by` validation
Open
analyzer
bug
correctness
sql
- Dominant language
- Go
- Stars
- 24.4k
- Forks
- 873
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 108
Description
MySQL allows for grouping by a unique non-nullable column (similar to grouping by a primary key). But we currently have no way to tell in the analyzer if a column is unique (similar issue in #7847)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.