joseffi

Results 3 comments of joseffi

I should add, offsetexists() on a null ad-hoc field returns true in 3.6.5, and false in 3.7.2

@ikkez thanks for your explanation @geniuswebtools that works too, thanks @n0nag0n I appreciate the suggestion, but Twig suits our purpose better for now. I'll live with the quirks.

Hi, excuse me for reopening this issue. Apparently, the cause is call_user_func_array() being called with NULL as the first argument by \DB\SQL\Mapper::__call here in line 153: ``` function __call($func,$args) {...