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

fix: support numberic enum types #98

Merged
merged 1 commit into from
May 12, 2023

Conversation

LucasRoesler
Copy link
Member

Adjust the enum model generator so that we do not automatically quote all enum values. For integer and number types, the raw un-quoted value is used instead.

Resolves #97

Checklist:

  • The change works as expected.
  • I have added tests to cover my changes.
  • I have locally run the tests and all new and existing tests passed.
  • Requires updates to the documentation.
  • I have made the required changes to the documents.

Adjust the enum model generator so that we do not automatically quote
all enum values. For integer and number types, the raw un-quoted value
is used instead.

Resolves #97

Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com>
@LucasRoesler LucasRoesler requested a review from a team as a code owner May 4, 2023 14:56
@LucasRoesler LucasRoesler self-assigned this May 4, 2023
@LucasRoesler LucasRoesler merged commit db0b095 into master May 12, 2023
@LucasRoesler LucasRoesler deleted the fix-97-enums-with-numeric-types branch May 12, 2023 12:31
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.

Enum with type integer
2 participants