Hi there,
It seems that db.query doesn't automatically close the cursor.
How would it possible to do so?
Like in PDO :
$pdo_statement->closeCursor();
Hi there,
It seems that db.query doesn't automatically close the cursor.
How would it possible to do so?
Like in PDO :
$pdo_statement->closeCursor();