Skip to content

DataSourceLoader should compare Select and PreSelect intersect with ignore case.#400

Closed
SteveLemire wants to merge 1 commit intoDevExpress:masterfrom
SteveLemire:patch-1
Closed

DataSourceLoader should compare Select and PreSelect intersect with ignore case.#400
SteveLemire wants to merge 1 commit intoDevExpress:masterfrom
SteveLemire:patch-1

Conversation

@SteveLemire
Copy link

Fixed Select and PreSelect intersect to support ignore case. This is required because of the coding standard. The client side use pascalCase and server use CamelCase.

…gnore case.

Fixed Select and PreSelect intersect to support ignore case. This is required because of the coding standard. The client side use pascalCase and server use CamelCase.
@SteveLemire
Copy link
Author

The tests to support FullSelect (preselect and select) with ignore case should be updated accordingly.

@AlekseyMartynov
Copy link
Contributor

Thank you.
I'm integrating your changes in #401

I changed CurrentCultureIgnoreCase to OrdinalIgnoreCase because property names should not depend on the current culture.

@AlekseyMartynov
Copy link
Contributor

#401 merged

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.

2 participants

Comments