Open GoogleCodeExporter opened 9 years ago
Hi Chris,
Thanks for providing a test and a patch. (By the way, you can replace
"conn.prepare(), st.step(); st.dispose();" with "conn.exec()" if you don't have
any parameters.)
I wonder how this parameter affects this test. Did you dig into the details?
Kind regards,
Igor
Original comment by ser...@almworks.com
on 16 Apr 2015 at 11:19
Hi Igor,
Unfortunately I only dug deep enough to figure out what kind of error was
reported by sqlite3.c. I noticed that both
https://github.com/sqlcipher/android-database-sqlcipher and
https://github.com/android/platform_external_sqlite are using
-DSQLITE_TEMP_STORE=3
I cannot promise when I will get a chance to dig for a deeper explanation.
Also, I highly recommend we consider getting rid of -DTEMP_STORE=1 since it has
no meaning and can become a bit confusing.
Original comment by Chris.Br...@gmail.com
on 20 Apr 2015 at 6:19
P.S. Agreed it is better to use conn.exec() since my test is not using any
parameters.
Original comment by Chris.Br...@gmail.com
on 20 Apr 2015 at 6:20
Chris, thanks for your input - will do!
Original comment by ser...@almworks.com
on 26 Apr 2015 at 10:40
Original issue reported on code.google.com by
Chris.Br...@gmail.com
on 8 Apr 2015 at 4:49