laravel-oci8
laravel-oci8 copied to clipboard
Error in update Eloquent more than 1 blob
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 can you please provide some snippets to reproduce the issue?
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 7 days since being marked as stale.