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

Bump SMO to 170.9.0 #1766

Merged
merged 2 commits into from
Nov 22, 2022
Merged

Bump SMO to 170.9.0 #1766

merged 2 commits into from
Nov 22, 2022

Conversation

Charles-Gagnon
Copy link
Contributor

For microsoft/azuredatastudio#21245

This is reverting the change in SMO that's breaking the table expansion, see the issue for more details

I also added a logging statement to make explicitly clear when we're falling back to master

@github-actions
Copy link

As part of updating the dependencies in Packages.props we require that any PRs opened also verify that
they've done the following checks.

Please respond to this comment verifying that you've done the appropriate validation (or explain why it's not necessary) before merging in the PR

  • Built and tested the change locally to validate that the update doesn't cause any regressions and fixes the issues intended
  • Tested changes on all major platforms
    • Windows
    • Linux
    • Mac
  • Check the source repo for any open issues with the release being updated to (if available)

@@ -28,14 +28,15 @@ public DatabaseTreeNode(ServerNode serverNode, string databaseName): this()
// We detect that here and fall back to master
if (db.State == SqlSmoState.Creating && !IsDWGen3(db))
{
Copy link
Contributor

Choose a reason for hiding this comment

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

log a bug to only do this fallback for non-Azure connections

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Charles-Gagnon Charles-Gagnon merged commit bd58d78 into main Nov 22, 2022
@Charles-Gagnon Charles-Gagnon deleted the chgagnon/bumpSmo branch November 22, 2022 02:41
Charles-Gagnon added a commit that referenced this pull request Nov 22, 2022
* Add logging

* SMO 170.9.0
Charles-Gagnon added a commit that referenced this pull request Nov 22, 2022
* Add logging

* SMO 170.9.0
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