You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
catalog: surface view column comments via duckdb_columns()
ViewInfo gains a column_comments map decoded in ParseViewInfo and fed
into CreateViewInfo.column_comments_map so DuckDB exposes per-column
comments on VGI views, the way table column comments already work.
VgiSchemaEntry::Scan(TABLE_ENTRY) now also scans the views set: DuckDB
stores tables and views in a single CatalogSet, so duckdb_columns()
(which scans TABLE_ENTRY) expects views there too. Without this, VGI
views never appeared in duckdb_columns() at all.
comments.test covers view column comments and view tags.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments