Attempt to get length of null array when calling int update(String table, int conflictAlgorithm, ContentValues values, String whereClause, Object[] whereArgs) with null whereArgs
mtotschnig opened this issue · 1 comments
mtotschnig commented
Similar to #533
java.lang.NullPointerException: Attempt to get length of null array is still thrown in the following method:
SQLCipher for Android version: 4.5.3
developernotes commented
Hi @mtotschnig,
I've included a fix for this in master which will be included in the next public release. Thanks for the report!