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 mssql instance names #1000

Merged
merged 2 commits into from
Sep 5, 2024
Merged

Fix mssql instance names #1000

merged 2 commits into from
Sep 5, 2024

Conversation

olsen232
Copy link
Collaborator

@olsen232 olsen232 commented Sep 4, 2024

Description

Removes code that automatically translates localhost to 127.0.0.1 or similar, before using the MSSQL driver.

This code was previously useful but I can't find any evidence that it currently is, and it is preventing MSSQL instance names from working. That code may have been useful for older MSSQL drivers... or if localhost is using only IPv4 or IPv6... but it needs to be removed since it's causing issues, and supporting exactly what the MSSQL driver supports is a better non-surprising behaviour.

Related links:

#999

Checklist:

  • Have you reviewed your own change?
  • Have you included test(s)?
  • Have you updated the changelog?

@olsen232 olsen232 changed the title Fix mssql instance Fix mssql instance names Sep 4, 2024
@olsen232 olsen232 merged commit ae4a5f6 into master Sep 5, 2024
13 of 16 checks passed
@olsen232 olsen232 deleted the fix-mssql-instance branch September 5, 2024 07:50
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