sqlcipher/android-database-sqlcipher

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

Similar to #533
java.lang.NullPointerException: Attempt to get length of null array is still thrown in the following method:

public int update(String table, int conflictAlgorithm, ContentValues values,

SQLCipher for Android version: 4.5.3

Hi @mtotschnig,

I've included a fix for this in master which will be included in the next public release. Thanks for the report!