Skip to content

internal/dinosql: Filter out invalid characters #198

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

Merged
merged 2 commits into from
Dec 18, 2019
Merged

Conversation

kyleconroy
Copy link
Collaborator

Ensure that enum identifiers are valid

Fixes #197

@kyleconroy kyleconroy merged commit 3eacb36 into master Dec 18, 2019
@kyleconroy kyleconroy deleted the enum-names branch December 18, 2019 00:09
@kyleconroy
Copy link
Collaborator Author

After this change, it's possible to have two enum values that map to the same Go identifier. This will need to be fixed in a future pull request.

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.

Fails when ':' is included in ENUM name
1 participant