set isConnected to false when the connection is closed
This commit is contained in:
parent
0a50b95fed
commit
391bdc88a1
1 changed files with 1 additions and 0 deletions
|
@ -1016,6 +1016,7 @@ abstract class Doctrine_Connection extends Doctrine_Configurable implements Coun
|
||||||
$this->clear();
|
$this->clear();
|
||||||
|
|
||||||
$this->dbh = null;
|
$this->dbh = null;
|
||||||
|
$this->isConnected = false;
|
||||||
|
|
||||||
$this->getAttribute(Doctrine::ATTR_LISTENER)->postClose($event);
|
$this->getAttribute(Doctrine::ATTR_LISTENER)->postClose($event);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue