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

Treat field names with case-sensitivity #99

Merged
merged 2 commits into from
Oct 29, 2020
Merged

Conversation

Elwetana
Copy link
Contributor

@Elwetana Elwetana commented Oct 29, 2020

Following the issue #98, I am submitting this simple change to treat field name in a case-sensitive manner.
Thank you

Fixes #98

@maartenba maartenba changed the base branch from 203 to 202 October 29, 2020 13:20
@maartenba maartenba changed the title Treating field names case-sensitively Treat field names with case-sensitivity Oct 29, 2020
@maartenba maartenba self-requested a review October 29, 2020 13:21
@maartenba maartenba self-assigned this Oct 29, 2020
@maartenba
Copy link
Contributor

Will do some work to add this on top of the 202 branch (so I can ship it as 2020.2.1 later today). Thanks again for diving in!

@maartenba maartenba changed the base branch from 202 to 203 October 29, 2020 13:23
@maartenba maartenba merged commit b91aff0 into JetBrains:203 Oct 29, 2020
maartenba pushed a commit that referenced this pull request Oct 29, 2020
@maartenba
Copy link
Contributor

@Elwetana FYI, I made this feature "opt-in" to no break existing applications.
To use case-sensitive fields, set Issue.UseCaseSensitiveFieldNames = true in your application.

@Elwetana
Copy link
Contributor Author

Alright, that's fair. Thank you!

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.

Field names ignore case: why?
2 participants