]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-08-09  stephanRework how SQLTester's Command objects are dispatched...
2023-08-09  stephanSome minor tweaks in SQLTester in prep for larger refac...
2023-08-08  stephanRemove the current-statement tracking from the JNI...
2023-08-08  stephanAdapt JNI build to be buildable with or without SQLTester.
2023-08-08  stephanAdd SQLTester dup() and dup_count() UDFs. Correct arg...
2023-08-08  stephanCorrect --result arg count check and add infrastructure...
2023-08-08  stephanIf SQLTester now treats a no-args --result as comparing...
2023-08-08  stephanAdd glob/notglob commands to SQLTester and complete...
2023-08-08  stephanWhen SQLTester hits an unknown command, emit a warning...
2023-08-08  drhMinor cleanups in sqlite3Int.h. By reordering some...
2023-08-08  drhFix an issue in the amalgamation generator in which...
2023-08-08  stephanCorrect the spacing output of multi-select SQL blocks...
2023-08-08  drhUpdates to the test script interpreter spec: Rather...
2023-08-08  stephanA number of baby steps for SQLTester.java. It can now...
2023-08-08  drhAdd a few words of clarification on how the SQLite...
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  danEnhance sqlite3_vtab_nochange() so that it works with...
2023-08-07  danChanges so that sqlite3_vtab_nochange() works with... fts5-contentless-delete
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  stephanRename fts5_api pContext parameters to pUserData, per...
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  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...
next