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

Follow up to #19593 #19862

Merged
merged 2 commits into from
Feb 10, 2020
Merged

Follow up to #19593 #19862

merged 2 commits into from
Feb 10, 2020

Commits on Feb 10, 2020

  1. Query: Translate nodes inside checked context

    Cosmos/Relational: When translating checked nodes to SQL, we remove checked since server cannot throw exception.
    InMemory: still preserves checked nodes and throws server side.
    
    Nodes take care of: AddChecked, SubtractChecked, MultiplyChecked, ConvertChecked
    
    Resolves #10955
    svengeance authored and smitpatel committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    ad09866 View commit details
    Browse the repository at this point in the history
  2. PR Cleanup

    smitpatel committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    ab4c8aa View commit details
    Browse the repository at this point in the history