I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Resolve a JNI-side race condition. Removed a now-extraneous struct member. Internal API renaming for consistency. More... over 1 year ago
Fix an issue with infinity handling by the SUM() function that goes back to the extended-precision SUM() enhancement of check-in [c63e26e705f5e967]. Problem reported by [forum:/forumpost/1c06ddcacc86032a|forum post 1c06ddcacc86032a]. More... over 1 year ago
Resolve a condition which could cause an is-interrupted db to call its progress callback. More... over 1 year ago
Fix the valgrind permutation on this branch. More... over 1 year ago
Further JNI cleanups and javadoc additions. More... over 1 year ago
Lots of javadoc-related tweaks. More... over 1 year ago
Correct a package renaming bug in the previous check-in and start applying the @Canonical annotation to functions to distinguish canonical API functions and Java-specific APIs. More... over 1 year ago
Move the JNI annotations into the annotation subpackage. More... over 1 year ago
Resolve a makefile bug which causes sqlite3-worker1-bundler-friendly.mjs to be built incorrectly. Reported in [forum:a874e435cf4690c1|forum post a874e435cf4690c1]. More... over 1 year ago
Reimplement JNI's sqlite3_value_text() as a native instead of a Java-side proxy. Unrelated minor simplifications. More... over 1 year ago
Generic cleanups in Tester1.java. More... over 1 year ago
Remove JNI sqlite3_column_java_object(), as the protection rules of sqlite3_values makes it impossible to implement safely. Add JNI sqlite3_bind_java_object(). More... over 1 year ago
Correct the signature mismatch between JNI sqlite3_column/value_text16() and add related tests. More... over 1 year ago
Make JNI sqlite3_trace_v2() thread-safe. Re-add a piece removed in [bae4d022aad9b] to work around a JVM crash which is unpredictably triggered by its substitute. Fix the THREADMODE=0 JNI build. Further internal API simplifications. More... over 1 year ago
Factor out an unnecessary struct member. JNI sqlite3_shutdown() now frees up the various object-recycling bins. Doc touchups. More... over 1 year ago
Factor out a superfluous JNI class. Doc and code style cleanups. More... over 1 year ago
JNI code reorgs and simplify the failing-alloc interface a bit. More... over 1 year ago
Apply the JNI OOM checks to memory returned by JDK APIs, as distinct from our APIs. More... over 1 year ago
Eliminate a superfluous JNI-internal middle-man class. More... over 1 year ago
Updates to testrunner.tcl so that it runs "make fuzztest" using multiple jobs. More... over 1 year ago
Whether or not OOM is always fatal in JNI is now a compile-time option. More... over 1 year ago
Correct a string length misuse in JNI sqlite3_result_error() in an OOM case. Unrelated minor JNI cleanups. More... over 1 year ago
Remove a bunch of commented-out debug output. More... over 1 year ago
Re-order some out-of-order JNI APIs. Correct JNI sqlite3_open_v2() behavior in a particular OOM condition. More... over 1 year ago
Two significant typo fixes for [1a30919bfbb686]. More... over 1 year ago
Bind sqlite3_db_handle() to JNI. More... over 1 year ago
Correct a potential duplicate xDestroy() being triggered for Java-side collations. More... over 1 year ago
Recycle per-UDF JNI state. More... over 1 year ago
Code consolidation cleanups. More... over 1 year ago
Add -sqllog flag to the JNI 'tests' target because it hits APIs which are otherwise not tested. More... over 1 year ago