Skip to content
Snippets Groups Projects
Commit fd3663f5 authored by Bernhard Posselt's avatar Bernhard Posselt
Browse files

Dont break code which relies on the cursor being open after insert/update/delete

parent e08ebe87
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,6 @@ class OC_DB_StatementWrapper {
}
if ($this->isManipulation) {
$count = $this->statement->rowCount();
$this->statement->closeCursor();
return $count;
} else {
return $this;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment