laravel-oci8 icon indicating copy to clipboard operation
laravel-oci8 copied to clipboard

Error in update Eloquent more than 1 blob

Open sasanet opened this issue 6 years ago • 1 comments

Error in update Eloquent more than 1 blob

Error when update more than 1 blob.The table has two blob columns.

I found error on Yajra\Oci8\Query\Grammars\OracleGrammar line 378 to 382

$binarySql = [];
foreach ((array) $binaryColumns as $binary) {
    $binarySql[] = "$binary = EMPTY_BLOB()";
}
  • Operating System Windows e Linux
  • PHP Version 7.2
  • Laravel Version 5.8
  • Laravel-OCI8 Version 5.8

sasanet avatar Jun 27 '19 13:06 sasanet

@sasanet can you please provide some snippets to reproduce the issue?

yajra avatar Sep 13 '19 00:09 yajra

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Oct 27 '22 03:10 github-actions[bot]

This issue was closed because it has been inactive for 7 days since being marked as stale.

github-actions[bot] avatar Nov 04 '22 03:11 github-actions[bot]