cwida / duckpgq-extension

DuckDB extension that adds support for SQL/PGQ
https://duckpgq.notion.site/b8ac652667964f958bfada1c3e53f1bb?v=3b47a8d44bdf4e0c8b503bf23f1b76f2
MIT License
73 stars 7 forks source link

DEFAULT LABEL #27

Closed Dtenwolde closed 4 months ago

Dtenwolde commented 1 year ago

The keyword DEFAULT LABEL is currently not supported. Additionally, the list following LABEL discriminator (labelList) can currently contain duplicate labels. This should not be allowed since all labels should be unique.

Dtenwolde commented 7 months ago

Additionally, the list following LABEL discriminator (labelList) can currently contain duplicate labels. This should not be allowed since all labels should be unique. Not sure if this is still the case, need to investigate that.

The DEFAULT LABEL will likely not be supported, a user can omit the label altogether. The label will then be equal to the table name, since #82

Dtenwolde commented 4 months ago

Closing this, creating a new issue for duplicate labels in labellist #125