File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ class BufferedStatement extends StatementDecorator
42
42
*
43
43
* @var bool
44
44
*/
45
- protected $ _allFetched = true ;
45
+ protected $ _allFetched = false ;
46
46
47
47
/**
48
48
* Current record pointer
@@ -51,18 +51,6 @@ class BufferedStatement extends StatementDecorator
51
51
*/
52
52
protected $ _counter = 0 ;
53
53
54
- /**
55
- * Constructor
56
- *
57
- * @param \Cake\Database\StatementInterface|null $statement Statement implementation such as PDOStatement
58
- * @param \Cake\Database\Driver|null $driver Driver instance
59
- */
60
- public function __construct ($ statement = null , $ driver = null )
61
- {
62
- parent ::__construct ($ statement , $ driver );
63
- $ this ->_reset ();
64
- }
65
-
66
54
/**
67
55
* Execute the statement and return the results.
68
56
*
You can’t perform that action at this time.
0 commit comments