]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Bind sqlite3_interrupt() and sqlite3_is_interrupted() to JNI but with caveats regardi...
authorstephan <stephan@noemail.net>
Sat, 12 Aug 2023 23:47:58 +0000 (23:47 +0000)
committerstephan <stephan@noemail.net>
Sat, 12 Aug 2023 23:47:58 +0000 (23:47 +0000)
commit0c07549fd6b88c2b62b8c49c6409ee2e784bf239
tree618ad882ccd67a99d557281a21535bedef57e37b
parent202651fe86b4da17b6d6c2c60a5bc5afd1c81e6c
Bind sqlite3_interrupt() and sqlite3_is_interrupted() to JNI but with caveats regarding mutexing of the JNIEnv cache. Add a loud warning to the JNI 'dist' target that it should be built with JDK8 (a.k.a. Java 1.8) for compatibility reasons.

FossilOrigin-Name: fbf99a2423dd20e4544bdeea85f714e9368ce3b92fefe97efb39a0fb4a557abe
ext/jni/GNUmakefile
ext/jni/src/c/sqlite3-jni.c
ext/jni/src/c/sqlite3-jni.h
ext/jni/src/org/sqlite/jni/SQLite3Jni.java
ext/jni/src/org/sqlite/jni/Tester1.java
manifest
manifest.uuid