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
If I call delete(String table, String whereClause, String[] whereArgs) {} method by simply passing only table name and null as whereArgs in SQLCipper version 4.3.0 where as in 3.5.9 version null was handled.
Please fix this or else please suggest how to handle this.