DevelopmentPanda / spatialite-android

Automatically exported from code.google.com/p/spatialite-android
0 stars 0 forks source link

integration of spatialite-android with SQLCipher #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Eric, first thanks for your work in bringing Spatialite to Android.

I am trying to integrate this project with SQLCipher (http://sqpcipher.net).  
The main area of conflict is that SQLCipher provides its own API for opening 
the database.  I would like to omit or ignore all the code in this project's 
jsqlite. namespace and instead load Spatialite through a "select 
load_extension('sharedlib.so')" SQL statement.
Is that possible with this project?

Thanks again,
Sean Hogan

Original issue reported on code.google.com by hoganes...@gmail.com on 24 Jul 2012 at 1:27

GoogleCodeExporter commented 9 years ago
To my knowledge plugins are enabled on the database. If not there should be a 
simple define.  Looking at SQLCipher I noticed that all the cursor stuff was 
ported.  Might be better to build Spatialite into a standalone module.

Original comment by efroh...@gmail.com on 25 Jul 2012 at 4:37

GoogleCodeExporter commented 9 years ago

Original comment by efroh...@gmail.com on 25 Jul 2012 at 4:56

GoogleCodeExporter commented 9 years ago
Thanks Eric, that's the path I'll take.

Original comment by hoganes...@gmail.com on 25 Jul 2012 at 5:22