Commit 07b4c324 authored by Steve Müller's avatar Steve Müller

close statement cursor after test completion

parent c8ec7633
......@@ -39,6 +39,8 @@ class DBAL421Test extends \Doctrine\Tests\DbalFunctionalTestCase
$this->assertNotContains($guid, $guids, "Duplicate GUID detected");
$guids[] = $guid;
}
$statement->closeCursor();
}
private function getSelectGuidSql()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment