mavinoo / laravelBatch

insert batch and update batch in laravel
MIT License
564 stars 118 forks source link

Update rows with single quote #96

Open NikolayIlichev opened 1 year ago

NikolayIlichev commented 1 year ago

Hello there! I try use this package for updating rows with fields which contains single quote. For example: files/'test 'Р'усс"кие "ry'bub".png. And i get an error: Syntax error: 7 ERROR: syntax error at or near \"test\"\nLINE 1: ...e\" SET \"name\" = (CASE WHEN fileid = '797' THEN '\\'test \\'Р\\'...\n .

How can i solve this problem?