Skip to content

Commit

Permalink
Applied review
Browse files Browse the repository at this point in the history
  • Loading branch information
yitam committed Mar 14, 2019
1 parent 526c7dc commit 4d7e32c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/functional/sqlsrv/srv_570_fetch_varbinary.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ function runTest($conn, $columnType, $path)
}
do {
$read = sqlsrv_send_stream_data($stmt);
if ($read === false) {
fatalError("Something went wrong trying to insert");
}
} while ($read);
sqlsrv_free_stmt($stmt);

Expand Down

0 comments on commit 4d7e32c

Please sign in to comment.