SQLDatabase delete method gives Attempt to get length of null array
Closed this issue · 5 comments
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.
Hi @ksunil1920
Have you tried the latest version of the software? This issue was previously reported and a fix has been added.
I am using 4.3.0 and this issue is there in 4.3.0 and hopefully this is the latest public version.
Hi @ksunil1920
The latest version is 4.4.2. Please give that a try and let us know your results.
Hi @developernotes ,
I tried with 4.4.2 and found it working. This issue has got fixed in 4.4.2.
Thank you so much.
Hi @ksunil1920
I am glad to hear that resolve the issue. Take care.