Dont break code which relies on the cursor being open after insert/update/delete
This commit is contained in:
parent
e08ebe87dc
commit
fd3663f563
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ class OC_DB_StatementWrapper {
|
|||
}
|
||||
if ($this->isManipulation) {
|
||||
$count = $this->statement->rowCount();
|
||||
$this->statement->closeCursor();
|
||||
return $count;
|
||||
} else {
|
||||
return $this;
|
||||
|
|
Loading…
Reference in a new issue