Skip to content

support enum values in TupleObj::column

Gerhard Raven requested to merge enum-support-in-column into 2024-patches

address this comment and add support for generic enums to TupleObj::column by casting them to their underlying type.

Merge request reports