Expose sqlite3_limit() to JNI and remove the all SQLITE_ macros from the Java interfa...
commit760f5f8824bcab959a19e7bc1e54a2f953c5df7e
authorStephan Beal <sgbeal@googlemail.com>
Fri, 1 Sep 2023 10:32:31 +0000 (1 10:32 +0000)
committerStephan Beal <sgbeal@googlemail.com>
Fri, 1 Sep 2023 10:32:31 +0000 (1 10:32 +0000)
treeba6210e500f9938c2b881cd6803915cac1f07b71
parent1f16a8a120340713887306dc6b70aaf4bc127e02
Expose sqlite3_limit() to JNI and remove the all SQLITE_ macros from the Java interface which are not exposed via sqlite3.h (SQLITE_MAX_... and SQLITE_THREADSAFE_...).
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
ext/jni/src/org/sqlite/jni/annotation/Canonical.java