]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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  stephanTiny doc typo fixes from [forum:31eb707250|forum post...
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  stephanIn the opfs-sahpool VFS's importDb() and exportFile...
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  drhFix a bug in the jsonLookup() routine used to search...
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  danChange comment on Fts5ExtensionApi.iVersion from "alway...
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-04  stephanResolve the timing/ordering issue of a JS-to-WASM-conve...
2023-08-04  stephanPart 2 of the fix from [a0f808363318c00fd1db78b].
2023-08-03  drhFix harmless scan-build warnings.
2023-08-03  stephanFix a discrepancy between sqlite3_values_to_js() and...
2023-08-03  drhFix build problems associated with SQLITE_OMIT_WSD...
2023-08-03  drhFix a test case whose value changes under the no_optimi...
2023-08-03  drhUnix builds now assume the presence of nanosleep()...
2023-08-02  stephanMore JNI-internal docs. Correct handling of a Java...
2023-08-02  stephanInternal doc additions in the JNI bits.
2023-08-02  drhPerformance optimization for JSON rendering logic.
2023-08-02  drhRemove an unreachable branch in the ascii-to-floating...
2023-08-02  drhStricter enforcement of the idea that a MATERIALIZED...
2023-08-02  drhRemove a condition from query flattening that is now... materialize-order-by
2023-08-02  drhSimplify the select.c logic that enforces the optimizat...
2023-08-02  drhNever flatten a CTE that is labeled MATERIALIZED. ...
2023-08-02  drhWhen a query is inside an AS MATERIALIZED CTE, do not...
2023-08-01  drhAvoid ASAN warnings when converting over-sized long...
2023-08-01  stephanFilter the wasmfs-specific JS module result type check...
2023-08-01  stephanFix part 2 of 2 for /fiddle: a make deps problem which...
2023-08-01  stephanFix part 1 of 2 for /fiddle not running: build flags...
2023-08-01  danFix an assert() in fts5_index.c that might fail when...
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-08-01  drhRemove redundant comparison operator.
2023-08-01  drhRestore part of the UPDATE one-pass optimization that...
2023-07-31  drhRestrict the new column cache to table-btree, which...
2023-07-31  drhThe original column-cache implementation from check...
2023-07-31  drhAdd bit to sqlite3_test_control(SQLITE_TESTCTRL_OPTIMIZ...
2023-07-31  drhImproved debug tracking of the Parse.nQueryLoop value.
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-30  stephanAdd tests for SAHPoolUtil.exportFile() and importDb().
2023-07-29  drhDo not try to add MEM_Term to an MEM_Static string...
2023-07-29  drhDo not try to apply MEM_Term to a MEM_Ephem strings.
2023-07-29  danFix a buffer overread in the fts5_structure virtual...
2023-07-29  drhSimplification to the sqlite3_stmt_explain() implementa...
2023-07-29  stephanSAHPoolUtil.importDb() now accepts either a byte array...
2023-07-29  drhEnhancements to the new sqlite3_stmt_explain() interfac...
2023-07-28  larrybrFix doc error noted in [forum:/forumpost/11fc7308d5e607...
2023-07-28  drhDo not allow the same JSON parse to be input to both...
2023-07-28  drhMerge the latest trunk enhancements into the wal-shm...
2023-07-28  stephanInternal JNI binding docs.
2023-07-28  drhAdd the sqlite3_stmt_explain() API.
2023-07-28  stephanFix an incorrect file path in ext/jni/README.md
2023-07-28  drhMinor tweaks to the JSON performance measurement docume...
2023-07-28  drhFix minor typos in the JNI README.md file.
2023-07-28  drhEnhancements to the JSON performance testing scripts...
2023-07-28  drhJSON performance improvements: (1) Add a cache for...
2023-07-28  stephanCorrect a recently-introduced falsehood in ext/wasm...
2023-07-28  drhMark an unreachable branch as ALWAYS().
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...
next