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

This commit is contained in:
Bernhard Posselt 2015-02-24 12:58:36 +01:00
parent e08ebe87dc
commit fd3663f563

View file

@ -80,7 +80,6 @@ class OC_DB_StatementWrapper {
}
if ($this->isManipulation) {
$count = $this->statement->rowCount();
$this->statement->closeCursor();
return $count;
} else {
return $this;