Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Fixed issue with connect being passed port=empty string #13

Merged
merged 1 commit into from
Apr 14, 2016

Conversation

greggg230
Copy link
Contributor

pymssql throws an error if you pass in port as an empty string, which is the default behavior if you don't specify a port in your database definition. I added a simple check in the DatabaseWrapper.get_connection_params to fix this.

pymssql throws an error if you pass in port as an empty string, which is the default behavior if you don't specify a port in your database definition.
@aaugustin aaugustin merged commit 610a97d into aaugustin:master Apr 14, 2016
@aaugustin
Copy link
Owner

Thanks!

@greggg230 greggg230 deleted the patch-1 branch April 14, 2016 19:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants