Skip to content

[Feature Request] Wish it was possible to add a default NAME/ORDINAL implementation for enumeration mappings in the DTO language #362

Open
@ClearPlume

Description

Currently, mapping values need to be specified manually for each value in the enumeration:

enumeration-mapping

This is fine when there aren't many values in the enumeration, but once the enumeration grows, the process of specifying the mapping value can be tedious:

enumeration-mapping

Hopefully there will be an easy way to quickly implement this mapping by default like this one:

dbType as type -> ORDINAL
dbType as type -> NAME

Metadata

Assignees

No one assigned

    Labels

    pendingPostpone plans because of more important tasks

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions