Commit f08d7a21 authored by Marco Pivetta's avatar Marco Pivetta

Merge branch 'hotfix/#688-hotfix-for-#685' into hotfix/#685-DBAL-997-undefined-_conn-property

Close #688
parents 27f3ceba eed86d21
...@@ -597,7 +597,7 @@ class Connection implements DriverConnection ...@@ -597,7 +597,7 @@ class Connection implements DriverConnection
*/ */
public function close() public function close()
{ {
unset($this->_conn); $this->_conn = null;
$this->_isConnected = false; $this->_isConnected = false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment