]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add SQLite3Jni.uncacheJniEnv(), a way for Java threads to clear their thread-specific...
authorstephan <stephan@noemail.net>
Sat, 5 Aug 2023 20:19:45 +0000 (20:19 +0000)
committerstephan <stephan@noemail.net>
Sat, 5 Aug 2023 20:19:45 +0000 (20:19 +0000)
commit67214a9594adf2d0fd86c77eae827be7d63808fe
tree53b277f96667be84387f5eead82fc6b0314c79ae
parent27cb7d6a1df72639ac683b682cb3e9288a0cd930
Add SQLite3Jni.uncacheJniEnv(), a way for Java threads to clear their thread-specific cached state from the JNI bindings when they're about to terminate (or are otherwise done using the library).

FossilOrigin-Name: 7468f8761bece58f7ced3d112bbe2fb454432d9c54c9b96cedb5a15bc2926d0f
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