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
SQLite3 enableExceptions=false.
SQLite3Result::fetchArray(): Return value must be of type array|false, null returned in Unknown on line 0.
In my opinion it should never return 'null' or add null in fetchArray return array|false|null.