You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TODO comments are left in the code when a feature (or a bug) isn't completely developed (or fixed). You should complete the implementation and remove the comment.
/** * Closes the cursor, enabling the statement to be executed again. * * @return bool Returns TRUE on success or FALSE on failure. * @todo Implement function */publicfunctioncloseCursor()
{
returntrue;
}
in src/Jfelder/OracleDB/OCI_PDO/OCIStatement.php, line 195
Posted from SensioLabsInsight
The text was updated successfully, but these errors were encountered: