-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fixed closing a connection #688
Conversation
The inner connection should be unreferenced, but the property should not be removed from the object
Hello, thank you for creating this pull request. I have automatically opened an issue http://www.doctrine-project.org/jira/browse/DBAL-1003 We use Jira to track the state of pull requests and the versions they got |
@stof I assume a warning is rised somewhere else if it is unset: is there any API that would cause a notice? |
@Ocramius see the linked issue for a case where it can happen |
@stof yeah, I was wondering about anything I can use to write a test case. |
…undefined-_conn-property Close #688
@stof merged, thanks! |
The inner connection should be unreferenced, but the property should not be removed from the object
Refs #685