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

NullReferenceException Regression in 0.15 #205

Closed
caleblloyd opened this issue Mar 22, 2017 · 1 comment
Closed

NullReferenceException Regression in 0.15 #205

caleblloyd opened this issue Mar 22, 2017 · 1 comment

Comments

@caleblloyd
Copy link
Contributor

Seeing this error:

System.NullReferenceException: Object reference not set to an instance of an object.
   at MySql.Data.MySqlClient.MySqlConnection.get_Database()

Looks as if the fix is a null conditional operator (?.) needed at MySqlConnection.cs#L160

@bgrainger
Copy link
Member

Fixed in 0.15.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants