Closed vokilam closed 9 years ago
I'll take a look asap, sorry for this bug!
@vokilam prepared PR with fix, 1.3.1 will be released asap!
Please, fix documentation also.
@vokilam just published v1.3.1 with fix to the Maven Central, should be available in 10-20 minutes!
Thanks for bug report!
Here is the setup:
This fails with following exception:
This happens, because overloaded
android.database.sqlite.SQLiteDatabase#execSQL(java.lang.String, java.lang.Object[])
does not accept nullbindArgs
(as per android-23 source), whileDefaultStorIOSQLite
implementation passesnullableArrayOfStrings(rawQuery.args())
as bindArgs.I also tried a workaround:
This fails with the following exception:
I guess, binding is supported for values only (not for table or column names). So, I also doubt code in this README section works. Guys, please, take a look.