Ardavan
Ardavan
Sorry to bump again, but I'm really struggling with this issue. Any updates/workarounds?
@yajra I have also checked the queries (and everything else I could think of) thoroughly, and I'm using eager loading to fix the N+1 issue. However, as @chrismeats states, when...
@yajra No blobs for me, I only have `bigint`, `varchar(255)`, `longtext`, `char(36)`, `enum` & `timestamp` in my tables Edit: added `enum`
I tested all the column types I have, `longtext` doesn't seem to have an issue (performance cost was less than `timestamp`). However it appears that the more columns we eager...
Same issue when building a Laravel static binary. Using an older version of the static-builder image (1.3.2) does not produce this error.