]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Document that auto-extensions registered via JNI will fail if they open a db (to...
authorstephan <stephan@noemail.net>
Thu, 10 Aug 2023 13:10:25 +0000 (13:10 +0000)
committerstephan <stephan@noemail.net>
Thu, 10 Aug 2023 13:10:25 +0000 (13:10 +0000)
commit92f699d3843d23ea00b12b278905742d6c1917b4
tree7d8ddf85983f5259f8e89061df640aa7a9280d24
parent152801470332bccbde78d0f086e761287716e9d1
Document that auto-extensions registered via JNI will fail if they open a db (to avoid triggering an endless loop in the auto-extensions). Discover the hard way that JDKv19 creates different mangled JNI names for some functions than JDKv8. Start reformatting much of the JNI API decls in prep for making them even longer.

FossilOrigin-Name: 99c0941f1c006622932a9cca12661f354f363a6c8a2b5675ea66149e0a9eb927
ext/jni/src/c/sqlite3-jni.c
ext/jni/src/org/sqlite/jni/SQLite3Jni.java
ext/jni/src/org/sqlite/jni/tester/SQLTester.java
manifest
manifest.uuid