]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2024-10-11  danExperimental change to explain query plan to identify... eqp-covering-index-on-expr
2024-10-11  drhUpdate comments in ext/misc/sqlite3_stdio.c to reflect...
2024-10-11  drhAdd the doc/compile-for-unix.md document.
2024-10-11  stephanAvoid a segfault when calling src-verify without any...
2024-10-11  stephanAdd two missing $(BEXE) suffixes, as reported in [forum...
2024-10-11  drhImproved instructions in the TEA readme for building...
2024-10-11  drhUpdate the README for the TEA extension in the amalgama...
2024-10-11  danAvoid running some new tests in lock5.test with the...
2024-10-11  drhUpdate the autoconf Makefile.msc
2024-10-11  drhAn improved method for statically linking sqlite3_analy...
2024-10-11  drhFix the CSV output mode in the CLI such that the line...
2024-10-11  drhAvoid undesirable NL to CRLF translation when doing...
2024-10-10  drhImprovements to TCL9 support. Fixes to the Makefiles...
2024-10-10  drhFor compatibility, allow the TCL interfact to continue... make-install-fixes
2024-10-10  drhAdjustments to the Makefile.msc to get static builds...
2024-10-09  drhImprovements to Makefile.msc: (1) Attempt to find sane...
2024-10-09  stephanAdd quotes around $(CC) in tclextension-related targets...
2024-10-09  drhFix a problem in the generate_series() extension introd...
2024-10-09  danFix the xCheckReservedLock() method of the flock VFS...
2024-10-09  danFix the xCheckReservedLock() method of the flock VFS... flock-vfs-fix
2024-10-09  drhChange the makefile to prefer the use of tclsh9.0 if...
2024-10-09  drhMake it so that the TCL extension installed using ...
2024-10-09  drhChanges to the TCL extension and how it is built, sugge...
2024-10-09  drhImproved handling of unicode characters in the LIKE...
2024-10-09  stephanAdd a few missing $(BEXE) suffixes on makefile targets...
2024-10-08  drhEnable the ".crnl" command on Windows builds of the...
2024-10-08  drhAdditional improvements to the behavior of ".crnl"...
2024-10-08  drhFix the .crnl command in the shell so that it does...
2024-10-08  drhAllow expressions with subtypes to be read from indexes...
2024-10-08  drhAdd an ALWAYS() on a branch in the new indexed-subtype... indexed-subtype-expr
2024-10-07  drhAdd a NEVER() to an unreachable branch in the new index...
2024-10-07  drhThe (undocumented) subtype() SQL function should have...
2024-10-07  drhMerge the latest trunk enhancements into the indexed...
2024-10-07  drhAdd the undocumented test/debug function parseuri(...
2024-10-07  drhFix handling of U+fffd in the LIKE optimization.
2024-10-07  danFix an assert() failure in "PRAGMA integrity_check...
2024-10-06  drhOrigin should not send content for the lock-byte page... parseuri
2024-10-06  drhNew SQL function for testing/debugging use only: parseu...
2024-10-05  stephanBack out [2f7eab381e16] because the stderr output on...
2024-10-05  danAllow expressions with subtypes to be read from indexes...
2024-10-05  danExperimental change to allow expressions with subtypes...
2024-10-05  stephanAdd ext/wasm to the top-level clean/distclean rules...
2024-10-04  danFix typo in documentation for SQLITE_SUBTYPE. No code...
2024-10-03  drhUnconditionally include <ctype.h> in sqliteInt...
2024-10-03  drhFix to the previous: The dbpageRollbackTo() method...
2024-10-03  drhFix missing return value from the new dbpageRollbackTo...
2024-10-02  drhModify the behavior of sqlite_dbpage so that the null...
2024-10-02  danFix a typo in fts5delete.test.
2024-10-02  danAdd the contentless_unindexed=1 option to fts5. This...
2024-10-02  drhAdjust the new truncation behavior of sqlite_dbpage...
2024-10-02  drhRemove all use of the "long double" data type from...
2024-10-02  drhRemove a few more traces of long double from the code. omit-long-double
2024-10-02  danEnsure that if sqlite3_snapshot_get() is called immedia...
2024-10-02  danMerge latest trunk changes into this branch. snapshot_get-locking
2024-10-02  danUpdate docs for sqlite3_snapshot_get().
2024-10-01  drhRemove all code that makes use of the C-language "long...
2024-10-01  drhNew #ifdefs to omit code that is unused when SQLITE_USE...
2024-10-01  stephanAnother comment about the LONGDOUBLE wasm topic. No...
2024-10-01  stephanUse the new SQLITE_USE_LONG_DOUBLE to disable long...
2024-10-01  drhAdd compile-time option -DSQLITE_USE_LONG_DOUBLE=0...
2024-10-01  stephanAdd an #if'd-out block to sqlite3-wasm.c mentioning...
2024-09-30  drhFix the character width tables for the CLI such that...
2024-09-30  danIn fts5, avoid starting a new merge of level L if there...
2024-09-28  drhFix the CLI so that the --bom option only outputs a...
2024-09-28  danMerge trunk changes into this branch. fts5-contentless-unindexed
2024-09-28  stephanAdd another missing mkdir to the wasm build process.
2024-09-28  danAdd tests for DELETE on contentless, contentless-delete...
2024-09-28  stephanComplete a line of documentation which was interrupted...
2024-09-28  stephanwasm: move the makefile-eval-generated fiddle rules...
2024-09-28  stephanEnsure that the temporary build dir is mkdir'd by wasm...
2024-09-28  stephanFor wasm builds: automatically use higher optimization...
2024-09-28  stephanMinor makefile doc fixes. No functional changes.
2024-09-28  stephanMerge wasm-build-rework branch into trunk. Summary...
2024-09-27  stephanFix fiddle build broken by recent build-level reworks... wasm-build-rework
2024-09-27  danExtra test cases for UPDATEs of contentless tables.
2024-09-27  danFix a problem with UPDATE statements that modify the...
2024-09-27  danFix a problem with UPDATEs that do not modify all UNIND...
2024-09-27  stephanSquash sign-comparison warnings reported in [forum...
2024-09-27  danMerge trunk changes into this branch.
2024-09-27  danAllow UPDATEs of unindexed columns in fts5 contentless_...
2024-09-26  drhFix a harmless compiler warning in the CLI.
2024-09-26  drhAdd the ext/misc/sqlite3_stdio.c portability interface...
2024-09-26  drhProvide SQLITE_U8TEXT_ONLY and SQLITE_U8TEXT_STDIO... cli-stdlib
2024-09-26  stephanResolve a harmless compiler warning in QNX builds.
2024-09-26  danWhen possible, avoid taking wal file read-lock 0 in...
2024-09-26  drhClarification of the meaning of the nByte parameter...
2024-09-26  drhFix shell test cases to account for recent additions...
2024-09-25  drhAlways show HTML table headers in ".www" output mode.
2024-09-25  drhAdd the --plain option to the ".www" dot-command.
2024-09-25  drhHave the zipfile and fileio extensions use sqlite3_stdi...
2024-09-25  drhRedirect timer output just like any other text.
2024-09-25  drhImprovements to ".www" and ".output -w" so that text...
2024-09-25  drhAdd the "www" output mode that include <table&gt...
2024-09-25  drhAlways include a UTF-8 BOM at the beginning of the...
2024-09-25  danPrevent regular DELETE and UPDATE statements from runni...
2024-09-25  drhFix stray fputs() calls in the CLI.
2024-09-25  drhUse sqlite3_fgets() instead of fgetc() to end the start...
2024-09-25  drhMerge trunk enhancements, and especially the zero-...
2024-09-25  drhIn the CLI, for columnar output formats, try to account...
2024-09-25  drhImprovements to comments on data structures and subrout... variable-width-char
next