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

MySqlConnection.DataSource returns null when using Unix Domain Socket #152

Closed
caleblloyd opened this issue Dec 24, 2016 · 1 comment
Closed

Comments

@caleblloyd
Copy link
Contributor

caleblloyd commented Dec 24, 2016

DbConnection.DbConnection abstract method should return:

The name of the database server to which to connect. The default value is an empty string.

  • Adjust to return filename of Unix Domain Socket if connected via UDS.
  • Adjust to return empty string if not connected.
@bgrainger
Copy link
Member

Fixed in 0.9.2.

gitsno pushed a commit to gitsno/MySqlConnector that referenced this issue Jan 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants