You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
Mind the null == vs null ===
Else when you insert "" as a value into a primary key an Exception will be thrown.
In PHP 5.6 count("") is 1 not 0, but null == "", so that doesnt add up.