Skip to content

Include additional metadata in column type#23

Merged
benmerckx merged 2 commits intobenmerckx:mainfrom
zareith:feat-col-type-metadata
Mar 10, 2025
Merged

Include additional metadata in column type#23
benmerckx merged 2 commits intobenmerckx:mainfrom
zareith:feat-col-type-metadata

Conversation

@zareith
Copy link
Contributor

@zareith zareith commented Mar 8, 2025

Resolves #22

@benmerckx
Copy link
Owner

Thanks, this is a clever solution. I've just changed ColumnType to a class so the kind and args properties are available from it directly: getData(column).type.kind. It reduces the amount of internal symbols to keep track of.

@benmerckx benmerckx merged commit c65c95e into benmerckx:main Mar 10, 2025
3 checks passed
@zareith
Copy link
Contributor Author

zareith commented Mar 10, 2025

Cool, that makes sense. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Simple way to introspect column type

2 participants