This commit is contained in:
parent
24885c0113
commit
dc4d96e92f
1 changed files with 2 additions and 2 deletions
|
@ -153,7 +153,7 @@ abstract class Doctrine_Connection extends Doctrine_Configurable implements Coun
|
||||||
'Sqlite',
|
'Sqlite',
|
||||||
'Firebird'
|
'Firebird'
|
||||||
);
|
);
|
||||||
protected $_count;
|
protected $_count = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* the constructor
|
* the constructor
|
||||||
|
@ -1132,4 +1132,4 @@ abstract class Doctrine_Connection extends Doctrine_Configurable implements Coun
|
||||||
{
|
{
|
||||||
return Doctrine_Lib::getConnectionAsString($this);
|
return Doctrine_Lib::getConnectionAsString($this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue