v0.31.1
Added
Meta.commentfor functions: a short, static, operator-facing note
(e.g. "deprecated, use v2"), distinct fromMeta.description's intrinsic
documentation. Flows throughresolve_metadata->FunctionInfo.comment
-> the wire (the field already existed there, inherited from
CatalogObjectsame as tables/views — nothing previously populated it
for functions). Static only: there's nocatalog_function_comment_set
RPC, soCOMMENT ON FUNCTIONstill isn't supported.
🤖 Generated with Claude Code