Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ClearPlume opened this issue Dec 15, 2023 · 0 comments

Comments

@ClearPlume
Copy link
Contributor

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
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

No branches or pull requests

1 participant