Fix DB\AbstractStatement
This commit is contained in:
parent
53d913701e
commit
8b1f40e34c
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ abstract class AbstractStatement extends DBStatement
|
|||
/**
|
||||
* Режим выборки установленный через setFetchMode()/fetchAll()
|
||||
*/
|
||||
protected int $fetchMode;
|
||||
protected int $fetchMode = 0;
|
||||
|
||||
/**
|
||||
* colno, class или object из setFetchMode()/fetchAll()
|
||||
|
|
Loading…
Reference in a new issue