Skip to content

Conversation

@labkey-adam
Copy link
Contributor

@labkey-adam labkey-adam commented Oct 19, 2025

Rationale

Microsoft fixed an issue with DatabaseMetaData.getIndexInfo() in their latest JDBC driver release, so we can remove our workaround.

https://www.labkey.org/home/Developer/issues/issues-details.view?issueId=53885

Related Pull Requests

Tasks 📍

  • Verify Fix - Previously failing tests should continue to pass after this change. @labkey-tchad do you remember which tests failed when the issue was introduced?

@labkey-adam labkey-adam requested a review from a team October 19, 2025 19:39
@labkey-adam labkey-adam self-assigned this Oct 19, 2025
Copy link
Member

@labkey-tchad labkey-tchad left a comment

Choose a reason for hiding this comment

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

I can't find the test but I think the existing TeamCity results a sufficient to let this in.

@labkey-adam labkey-adam merged commit 5f6b32f into develop Oct 21, 2025
12 checks passed
@labkey-adam labkey-adam deleted the fb_remove_mssql_workaround branch October 21, 2025 00:12
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.

DatabaseMetaData.getIndexInfo() now returns a ResultSet that throws when next() is called after it previously returned false

4 participants