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 | Intermittent deadlock error by querying only the procedure created #1423

Merged
merged 1 commit into from
Sep 16, 2020

Conversation

rene-ye
Copy link
Member

@rene-ye rene-ye commented Sep 2, 2020

sp_sproc_columns_100 returns all stored procedures that match the criteria. There is a chance that stored procedures which match the criteria are being altered/updated during the test. If we only query for the stored procedure we created in the test by restricting the SP to use the function name, this won't happen as the SP names are unique.

@rene-ye rene-ye added this to the 9.1.0 milestone Sep 2, 2020
@peterbae peterbae added this to Under Peer Review in MSSQL JDBC Sep 4, 2020
@peterbae
Copy link
Contributor

peterbae commented Sep 4, 2020

Good fix and analysis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
MSSQL JDBC
  
Closed/Merged PRs
Development

Successfully merging this pull request may close these issues.

None yet

4 participants