-
Notifications
You must be signed in to change notification settings - Fork 279
Cultural Invariant Conversion of datatypes during mutation #2307
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
Conversation
/azp run |
please explain why this works, what's the behavior before/after. |
It is just for the sake of description, or it is a question, because changes are not clear enough? I have test cases added for this, you can refer that, that test case will fail, if you run it with |
/azp run |
d18bffc
to
34ba19c
Compare
/azp run |
/azp run |
## Why make this change? It addresses #2284 bug raised by the customer. ## What is this change? Made sure datatype conversion is `CultureInfo.InvariantCulture` ## How was this tested? - [ ] Integration Tests - [ ] Unit Tests ## Sample Request(s) - Example REST and/or GraphQL request to demonstrate modifications - Example of CLI usage to demonstrate modifications
…mutation (#2316) ## Port Metadata - porting from `main` to `release/1.2` - Issue: #2284 - PR: #2307 ## Why make this change? It addresses #2284 bug raised by the customer. ~~**Note:** Made change in`src/Core/Resolvers/SqlMutationEngine.cs` just for consistency.~~ [SL: this was in original PR, but is not accurate, since no changes to SqlMutationEngine.cs are included ## What is this change? Made sure datatype conversion is `CultureInfo.InvariantCulture` Co-authored-by: Sourabh Jain <sourabhjain@microsoft.com>
Why make this change?
It addresses #2284 bug raised by the customer.
Note: Made change in
src/Core/Resolvers/SqlMutationEngine.cs
just for consistency.What is this change?
Made sure datatype conversion is
CultureInfo.InvariantCulture
How was this tested?
Sample Request(s)