]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2024-07-31  drhMerge all the latest trunk enhancements into the exists... exists-to-join
2024-07-31  drhFix the tclsqlite.c TCL interface module so that it...
2024-07-31  drhtestrunner.db should be in WAL mode for improved concur... tcl9
2024-07-31  drhMake the #include section of tclsqlite.c the same as...
2024-07-31  drhFix typo in testrunner.tcl for the "status" command...
2024-07-31  drhUse `<tcl.h>` instead of `"tcl.h"` to include the TCL...
2024-07-31  drhFix the tclsqlite.c TCL interface module so that it...
2024-07-31  drhMore tweaks to testfixture-implemented TCL commands...
2024-07-31  drhUnder Tcl9, the %x format letter truncates to 32-bits...
2024-07-31  drhFixes to testfixture routines needed to test snapshots.
2024-07-31  drhFix a typo in testrunner_data.tcl that prevented -...
2024-07-31  drhRemove obsolete testfixture TCL commands formerly requi...
2024-07-31  drhFix problems uncovered while testing Tcl9 on Windows.
2024-07-31  drhMinor adjustments to get Tcl9-based testing working...
2024-07-31  drhAdjust the configure script so that the --with-tcl...
2024-07-31  drhPatch to testrunner.tcl so that it works with Tcl9...
2024-07-31  drhFixes to tclsqlite.c to facilitate TEA installs.
2024-07-31  drhFix a problem with strictly conforming UTF8 in shell1...
2024-07-31  drhAdjust a few tests that don't work even with the new...
2024-07-31  drhImplement a new comparison routine to compare text...
2024-07-30  drhAll tests in "make test" now pass with Tcl9, except...
2024-07-30  drhMore adjustments to the incrblob channel: Apparently...
2024-07-30  drhAdjustments to test cases for session so that they...
2024-07-30  drhTcl_ChannelType implementations for Tcl9 apparently...
2024-07-30  drhGet rid of "-encoding binary" across all test cases...
2024-07-30  drhUse the SQLite format() function to format floating...
2024-07-30  drhFix the incrblob channel so that partial close works...
2024-07-30  drhFirst attempt at getting the build to work with Tcl...
2024-07-27  drhFix documentation typo.
2024-07-24  stephanwasm minimal build: strip authorizers and JSON support...
2024-07-24  stephanRestructuring of the wasm build to support an experimen...
2024-07-24  drhAdd the percentile extension to the CLI by default.
2024-07-24  drhAdd the percentile_cont(Y,P) variant of percentile...
2024-07-24  stephanJNI SQLTester: fix --new command to force-replace db...
2024-07-23  drhEnhance the percentile() extension function to include...
2024-07-22  stephanDoc typo fix. No code changes.
2024-07-22  stephanMove a block of JS code which was inadvertently (and...
2024-07-22  stephanOPFS VFSes: remove the on-open() pragma calls, as those...
2024-07-22  stephanwasm build: resolve a circular dep and do some minor...
2024-07-21  drhFixes to TreeView debugging output for VALUES clauses.
2024-07-21  drhImproved debugging output when using PRAGMA vdbe_addopt...
2024-07-20  danFix an oversized allocation in sqlite3ExprCodeIN().
2024-07-18  stephanMinor typo fixes in test-script-interpreter.md.
2024-07-18  drhFix a problem in FTS5 where it reports the wrong error...
2024-07-17  danFixes for platforms with 32-bit pointers that require...
2024-07-17  danAdd extra assert() statements to the fixes on this... alignment-fixes
2024-07-15  stephanSlight doc touchup for [af41a1e6fc8b36e9bf65] based...
2024-07-13  stephanImprove one of the JS test cases.
2024-07-13  danFixes for platforms with 32-bit pointers that require...
2024-07-13  stephanAdd JS binding for sqlite3_column_decltype().
2024-07-13  stephanJS doc touchups. No code changes.
2024-07-13  stephanAdd JS bindings for sqlite3_stmt_busy() and sqlite3_stm...
2024-07-13  stephanAdd missing sqlite3_bind_parameter_name() binding to JS.
2024-07-13  stephanAdd JS bindings and tests for sqlite3_interrupted(...
2024-07-13  stephanRemove a stray/harmless duplicate wasm function export...
2024-07-13  stephanAdd several convenience links to the OPFS VFS concurren...
2024-07-13  stephanAdd an option to the opfs-sahpool VFS which tells it...
2024-07-13  stephanRename the new opfs-sahpool init-retry flag to the... sahpool-reinit-fallback
2024-07-12  stephansqldiff: fail if the 2nd db argument cannot be opened...
2024-07-12  stephanWork around a difficult-to-trigger Atomics API message...
2024-07-12  stephansqldiff: if the first db argument does not exist, fail...
2024-07-11  stephanReformulate the forceReinitIfFailed handling based...
2024-07-11  stephanRemove the timing and counter metrics from the OPFS... opfs-errant-op
2024-07-11  stephanAdd some docs explaining [64f4f3cd878b1a72].
2024-07-11  stephanProposed workaround for the "errant op" case in the...
2024-07-11  stephanAdd an option to force the opfs-sahpool VFS init to...
2024-07-10  stephanRename some JS files for consistency. This affects...
2024-07-08  danFix a use-after-free that could occur following an...
2024-07-08  danImprove the error message returned when fts5 finds...
2024-07-05  drhUse a mini Bloom filter to help reduce the number of...
2024-07-05  drhImproved reuse of subqueries associated with IN operato...
2024-07-05  drhSmall performance optimizations. reuse-subqueries
2024-07-04  danAdd test cases to in7.test.
2024-07-04  drhDisable the reuse of IN-clause subqueries if the subque...
2024-07-04  danUpdate EXPLAIN output to include P4_SUBRTNSIG.
2024-07-04  drhBe more aggressive about reusing subqueries that appear...
2024-07-04  drhAdd comment using the name "predicate push-down optimiz...
2024-07-04  stephanFor shell completion, use pragma_table_xinfo instead...
2024-07-03  drhWhen constructing an ephermeral table to use as the...
2024-07-03  drhShow the creation of IN-operator Bloom filters in the... in-bloom
2024-07-03  drhAdd a new sqlite3FaultSim() call to OP_NotFound to...
2024-07-03  drhUse a Bloom filter to improve performance of IN operato...
2024-07-02  drhAdd assert() statements to FTS5 to hush-up warnings...
2024-07-02  drhReword the deliberate_fall_through macro along the...
2024-07-02  drhIn the CLI, if the XDG_CONFIG_HOME environment variable...
2024-06-29  drhFix a typo in a comment in a test case. No changes...
2024-06-29  drhAdd a NEVER() around a branch in sqlite3ExprAffinity...
2024-06-28  danUpdate fts5 comment/docs to include the order matches...
2024-06-28  drhAdditional steps to make sure calls to sqlite3ExprToReg...
2024-06-28  drhDo not convert an expression node that is already TK_RE...
2024-06-27  drhMerge the latest trunk enhancements into the exists...
2024-06-24  danFix an incorrect tcl comment that appeared in many...
2024-06-24  danFix some problems with calling fts5 api functions from...
2024-06-24  danEnhance the output of ".scanstats vm" to include the...
2024-06-20  drhDo not attempt the exists-to-join optimization if the...
2024-06-19  drhRevert Lemon so that it only shows -D options that...
2024-06-19  drhIn lemon, show all the -D options in the generated...
2024-06-19  drhEnhance lemon.c so that when it shows the compile-time...
2024-06-19  stephanRemove some extraneous flags from the fiddle-debug...
2024-06-18  stephanMinor cleanups in the new fiddle build code.
next