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

Reverse engineering of Dynamics CRM TDS endpoint and Synapse Serverless SQL Pool #29122

Merged
merged 8 commits into from
Nov 20, 2022

Commits on Sep 16, 2022

  1. Add support for reverse engineering of Dynamics CRM TDS endpoint and …

    …Synapse Serverless SQL Pool SKUs for query only operations
    
    Index query breaks on TDS endpoint, but we can just skip it
    
    sys.views does not exist on TDS endpoint
    
    No temporal, memory optimized or sequences in these engines
    
    Rephrase of FK query due to lack of schema functions on TDS endpoint
    
    Smoke tested against both engines with a CRM schema
    
    fixes dotnet#29121
    ErikEJ committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    31fc5ea View commit details
    Browse the repository at this point in the history
  2. fix up

    ErikEJ committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    68b5ee6 View commit details
    Browse the repository at this point in the history
  3. Modernize

    ErikEJ committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    e5ee29f View commit details
    Browse the repository at this point in the history
  4. fix up

    ErikEJ committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    eb725d1 View commit details
    Browse the repository at this point in the history
  5. fix up

    ErikEJ committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    0f3232f View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

  1. Swap FROM table

    ErikEJ committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    21526f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. PR review updates

    ErikEJ committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    1310475 View commit details
    Browse the repository at this point in the history
  2. fix build break

    ErikEJ committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    9f7ec95 View commit details
    Browse the repository at this point in the history