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

Fix for TomConnection NotImplementedException #122

Merged
merged 2 commits into from
Apr 10, 2024

Conversation

otykier
Copy link
Collaborator

@otykier otykier commented Apr 10, 2024

After upgrading to 1.5.0, Tabular Editor 3 is not able to collect VertiPaq Analyzer stats, because we use the TomConnection wrapper for an existing connection created using AMO/TOM.

In 1.5.0, the connection's State property is read inside the DmvExtractor. However, the State property was not mplemented for the TomConnection wrapper. This PR fixes that.

otykier added 2 commits April 10, 2024 10:14
…or now reads this property. Also, implemented a few other properties that can be inferred from the TOM Server object.
… the passed connection object doesn't match any of the patterns.
@otykier otykier requested a review from albertospelta as a code owner April 10, 2024 08:17
@otykier
Copy link
Collaborator Author

otykier commented Apr 10, 2024

The issue was introduced by this change (not blaming Darren, it's my own fault for having an IDbConnection that didn't implement State)

@albertospelta albertospelta merged commit 7436639 into master Apr 10, 2024
1 check passed
@albertospelta albertospelta deleted the tomconnection-exception branch April 10, 2024 08:30
@albertospelta
Copy link
Collaborator

@otykier The release is in progress and the new version 1.5.1 should be available within 10/15 minutes.

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