Skip to content

Conversation

pivotal-david-osullivan
Copy link
Member

@pivotal-david-osullivan pivotal-david-osullivan commented Aug 4, 2022

The SQLServer URI format of sqlserver://username:passwordg@host:1433/database was originally supported and then removed. This change brought support for the format sqlserver://host:1433;database=foo.

This PR restores support for the original format which is a valid URL. It still supports the alternative format with semi-colons but because that is not a valid URL, we recommend using the original format when possible.

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