sqlite-android
sqlite-android copied to clipboard
Android SQLite support library
Attempt to close https://github.com/requery/sqlite-android/issues/197 Let me know if there are requirements you have to add a flag. We have been testing a fork with this flag without issues so far....
What would it take to include the `SQLITE_ENABLE_DBSTAT_VTAB` flag when compiling sqlite? We have a need in our project to get some table sizes and would like to use the...
There is no where to find the definition of SQLiteUpdateHook in the project. Is it missing?
In Android 15 [support for 16KB page sizes has been announced](https://developer.android.com/about/versions/15/behavior-changes-all#16-kb). However, `libsqlite3x.so` ELF segments are not aligned using 16 KB ELF alignment. This results in runtime crash when loading...
Since upgrading from 3.45.0 to 3.49.0 we are getting some crash reports in the wild. ``` SIGABRT: Abort program 0 libc.so +0x5e8fc abort 1 libart.so +0x933ab8 art::Runtime::Abort(char const*) 2 libbase.so!libbase.so...
Hello, We see CVE issue with the current existing version and these are resolved, Admin could you please confirm for the merge request
Hi, We have noticed that recently the version 3.45.0 become unavailable from jitpack as the build has failed https://jitpack.io/com/github/requery/sqlite-android/3.45.0/build.log Older versions seems to not be affected https://jitpack.io/#requery/sqlite-android. Can you please...
I ran into a situation where writes are blocked because a long read was being done in the primary connection. Looking at the code, I saw that when the 9...
Does anyone know if there is a place where I can get version 3.25.3 of this lib? I've already tried to compile, but I'm not getting successful. This is for...