The official SQLcipher released by @Erel found here currently does not support the 16kb page size.
However, the one released in a new library by Enxix here using (4.10.aar) supports 16kb. but DOES NOT fullY work with DBUTILS
I WISH the official version by Erel which supports DBUtils be updated for all of us.
The one with Enxix gives this error if you use it with any DBUtils methods which accepts SQL Parameter
However, the one released in a new library by Enxix here using (4.10.aar) supports 16kb. but DOES NOT fullY work with DBUTILS
I WISH the official version by Erel which supports DBUtils be updated for all of us.
The one with Enxix gives this error if you use it with any DBUtils methods which accepts SQL Parameter
B4X:
B4A Version: 13.40
Parsing code. (0.03s)
Java Version: 19
Building folders structure. (0.02s)
Running custom action. (0.08s)
Compiling code. (0.20s)
Compiling layouts code. (0.02s)
Organizing libraries. (0.04s)
(AndroidX SDK)
Compiling resources (2.36s)
Linking resources (0.84s)
build tools: 36.1.0, android jar: android-36
Compiling debugger engine code. (2.11s)
Compiling generated Java code. Error
B4A line: 44
Log(DBUtils.GetDBVersion(sql))
src\b4a\example\b4xmainpage.java:159: error: incompatible types: SQLCipher cannot be converted to SQL
__c.LogImpl("1786433",BA.NumberToString(_dbutils._getdbversion /*int*/ (ba,(anywheresoftware.b4a.sql.SQL)(__ref._sql /*com.SQLCipherB4A.SQLCipher*/ ))),0);
Attachments
Last edited: