]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-08-08  stephanCorrect JNI sqlite3_prepare() to emit a null stmt handl...
2023-08-08  stephanImplement the new/open/close SQLTester commands.
2023-08-08  stephanAdd a JNI-layer sqlite3.toString() for debugging.
2023-08-08  stephanBind sqlite3_strlike/strglob() to JNI.
2023-08-08  stephanSQLTester: add print command and improve argument error...
2023-08-08  stephanAdd missing license header. Minor cleanups in SQLTester.
2023-08-08  stephanRework SQLTester dispatching and add stub impls for...
2023-08-07  stephanAdd command dispatcher to SQLTester.
2023-08-07  stephanSQLTester now ignores tests which contain constructs...
2023-08-07  stephanSQLTester can now split a test script into a series...
2023-08-07  stephanSQLTester can now read a script and strip it of all...
2023-08-07  stephanInitial skeleton for adding an SQL-driven test script...
2023-08-07  stephanWhen converting a Java exception to a db error message...
2023-08-07  stephanLots of JNI internal API renaming, for consistency...
2023-08-07  stephanJNI API renaming to better match the C API.
2023-08-07  stephanMake sqlite3_stmt() Java ctor private - it's only const...
2023-08-07  stephanMinor internal cleanups and additional test metrics.
2023-08-07  stephanBind the auto-extension APIs to JNI.
2023-08-06  stephanRework the sqlite3_open(_v2)() order of operations...
2023-08-06  stephanCompletely rework how the JNI sqlite3_open(_v2) and...
2023-08-06  stephanStart adding JNI-side support for auto extensions,...
2023-08-06  stephanDoc cleanups.
2023-08-06  stephanBind sqlite3_config() to JNI for call variants taking...
2023-08-06  stephanJNI-internal cleanups and API renaming. Add a C-side...
2023-08-06  stephanRemove doc outdated warning about sqlite3_trace_v2...
2023-08-06  stephanAdd a way to convert from standard UTF-8 to a Java...
2023-08-06  stephanBind sqlite3_db_filename() and (closely related) (A...
2023-08-05  stephanBind sqlite3_set_authorizer() to JNI.
2023-08-05  stephanRefactor the per-JNIEnv cache from a fixed-size static...
2023-08-05  stephanAdd SQLite3Jni.uncacheJniEnv(), a way for Java threads...
2023-08-05  stephanIn the JNI docs, note that the sizeof SQLITE_TRANSIENT...
2023-08-05  stephanJNI internal refactoring and cleanups.
2023-08-05  stephanBind Fts5ExtensionApi::xUserData() to JNI and extend...
2023-08-05  stephanAdd missing Fts5PhraseIter.java to the build.
2023-08-05  stephanBind fts5_api::xCreateFunction() to JNI and demonstrate...
2023-08-05  stephanStart adding fts5_api to JNI.
2023-08-05  stephanBind the remaining Fts5ExtensionApi methods to JNI...
2023-08-04  stephanMore work on the JNI binding of fts5 customization...
2023-08-04  stephanEliminate code duplication in the two JNI tester classes.
2023-08-04  stephanFTS-related JNI refactoring. Move FTS-specific tests...
2023-08-04  stephanMore work towards binding FTS5 customization to JNI...
2023-08-04  stephanStart including fts5 customization bits into JNI, but...
2023-08-04  stephanImprove internal error handling in the JNI create_funct...
2023-08-02  stephanMore JNI-internal docs. Correct handling of a Java...
2023-08-02  stephanInternal doc additions in the JNI bits.
2023-08-01  stephanMore docs for the Java side of the JNI bindings.
2023-08-01  stephanInternal exception-handling cleanups in the JNI bindings.
2023-08-01  stephanMinor JNI-related doc tweaks and code re-ordering.
2023-07-31  stephanExperimentally change the JNI sqlite3_trace_v2() callba...
2023-07-31  stephanAdd some JNI-internal metrics, accessible via passing...
2023-07-31  stephanCorrect a mis-cast in the JNI wrapper which just happen...
2023-07-31  stephanAdd another test for JNI-bound scalar UDFs.
2023-07-31  stephanUpdate some internal docs for the past two checkins...
2023-07-31  stephanRefactor the busy-handler-specific JNI hook type to...
2023-07-31  stephanRefactor the collation-specific JNI hook type to use...
2023-07-31  stephanInternal JNI doc tweaks.
2023-07-31  stephanConsolidate triplicated xDestroy()-calling code. Remove...
2023-07-30  stephanInternal JNI API renaming.
2023-07-30  stephanInternal JNI refactoring towards consolidating support...
2023-07-30  stephanMark the Java wrapper classes of the C-native types...
2023-07-30  stephanMinor tweaks and optimizations in the JNI bindings.
2023-07-30  stephanBind sqlite3_collation_needed() to JNI. Related adjacen...
2023-07-30  stephanInternal JNI refacoring to support the pending sqlite3_...
2023-07-30  stephanIncremental checkin to minimize the diff while narrowin...
2023-07-30  stephanConsolidate some warnings for java callbacks which...
2023-07-30  stephanBind sqlite3_update_hook() to JNI.
2023-07-30  stephanBind sqlite3_rollback_hook() to JNI.
2023-07-30  stephanAdd commit hook failure to JNI tests.
2023-07-30  stephanBind sqlite3_commit_hook() to JNI.
2023-07-30  stephanBind sqlite3_progress_handler() to JNI. Add some metric...
2023-07-28  stephanInternal JNI binding docs.
2023-07-28  stephanFix an incorrect file path in ext/jni/README.md
2023-07-28  drhFix minor typos in the JNI README.md file.
2023-07-28  stephanMinor java cleanups recommended by a modern IDE.
2023-07-28  stephanAdd Java tests which ensure that xFinal() is called...
2023-07-28  stephanTweaks to the Java-side UDF docs.
2023-07-28  stephanMore Java docs about making use of the aggregate contex...
2023-07-28  stephanMore docs and cleanups related to the aggregate UDF...
2023-07-28  stephanAdd an OOM check to the previous check-in. Minor intern...
2023-07-28  stephanAdd support making use of sqlite3_aggregate_context...
2023-07-27  stephanReformulate jni tests to not require the -ea jvm flag...
2023-07-27  stephanAdd locking test for BusyHandler and clear up new ...
2023-07-27  stephanBind sqlite3_busy_handler(). Correct mapping of pointer...
2023-07-27  stephanReplace some www: interwiki references in the JNI readm...
2023-07-27  stephanMerge trunk into jni branch for compiler warning fixes.
2023-07-27  danFix a couple of compiler warnings in fts5_index.c.
2023-07-27  stephanInitial check-in of JNI (Java Native Interface) binding...
2023-07-27  danAdd the contentless_delete=1 option to fts5. For creati...
2023-07-27  stephanDynamically determine whether the wasm.xWrap() argc...
2023-07-27  stephanAccommodate a breaking change in emcc 3.1.44.
2023-07-27  drhFix a performance regression in JSON associated with...
2023-07-26  drhReduce the number of memory allocations when parsing...
2023-07-26  drhMinor changes to make coverage testing easier.
2023-07-26  drhChange a switch() case to default for coverage.
2023-07-26  drhMake sure jsonReplaceNode() always leaves the JsonParse...
2023-07-26  danAdd the ".scanstats vm" command to the shell tool....
2023-07-26  danImprove the output when ".scanstats vm" is enabled. scanstatus-exp
2023-07-26  drhImproved caching and reuse of JSON parses.
2023-07-26  drhChange the debugging "json_parse(X)" function so that...
2023-07-26  drhMore comment improvements in json.c. Do not run jsonLo...
next