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

Implement QueryProvider for MsSqlConnection class #70

Merged
merged 4 commits into from
Nov 1, 2024

Conversation

s-vitaliy
Copy link
Contributor

Part of #61

This PR implements the following:

  • Ability to generate query that extracts data schema from MsSql Server connection

NOTE This functionality was ported from .NET framework with minimal changes.

Checklist

  • GitHub issue exists for this change.
  • Unit tests added and they pass.
  • Line Coverage is at least 80%.
  • Review requested on latest commit.

This PR implements the following:
- Ability to generate query that extracts data schema from MsSql Server connection

**NOTE** This functionality was ported from .NET framework with minimal changes.
@s-vitaliy s-vitaliy requested a review from a team as a code owner November 1, 2024 10:10
@s-vitaliy s-vitaliy changed the base branch from main to scala November 1, 2024 10:10
Copy link
Contributor

@george-zubrienko george-zubrienko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

scala'd properly!

@s-vitaliy s-vitaliy merged commit 2c52c49 into scala Nov 1, 2024
1 check failed
@s-vitaliy s-vitaliy deleted the Implement-query-provider branch November 1, 2024 11:28
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