]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2024-10-24  stephanAdd missing ZERO_ARGUMENT_GENERATE_SERIES checks to... ifdef-SQLITE_CORE
2024-10-24  stephanBeginnings of rephrasing #if SQLITE_CORE to #ifdef...
2024-10-23  drhReorder conditions in sqlite3PagerDirectReadOk() for...
2024-10-23  drhFix harmless compiler warnings in wherecode.c. One...
2024-10-23  drhAdd two new #include statements to the composite "fts5...
2024-10-22  danChanges to EXPLAIN QUERY PLAN to identify covering...
2024-10-22  drhAdd the "halt" command to testrunner.tcl
2024-10-22  drhAdd the SQLITE_IOCAP_SUBPAGE_READ bit to the possible...
2024-10-22  drhRename to SQLITE_IOCAP_SUBPAGE_READ. bypass-iocap
2024-10-22  drhAdd the SQLITE_IOCAP_BYPASS device characteristic....
2024-10-22  drhDo not typedef Tcl_Size if it is already #defined.
2024-10-22  drhFurther changes to sqlite3_rsync.c to work around Windo...
2024-10-22  drhSet I/O mode to binary in Windows in sqlite3_rsync.
2024-10-21  drhIn testrunner.tcl: Better estimates for ETC (Estimated...
2024-10-21  stephanAdd sqlite3rebaser_... to the API symbols accepted...
2024-10-21  drhVersion 3.47.0 version-3.47.0
2024-10-21  danAdd a case to testrunner.tcl so that mdevtest can run...
2024-10-21  danAvoid using LIKE in sqlite3expert.c, in case "PRAGMA...
2024-10-20  danFix another problem with ".expert" and virtual tables...
2024-10-19  stephanAdd sqlite3_rsync to the docs at the top of mktoolzip...
2024-10-19  stephanAdd missing $(TEXE) suffixes in the tool-zip makefile...
2024-10-19  drhMove the #include of hwtime.h from the bottom of util...
2024-10-19  stephanAn assortment of comment typo fixes discovered by aspel...
2024-10-19  drhRemove unnecessary VACUUMs from the previous check...
2024-10-19  drhFix the sqlite3_rsync utility so that it is able to...
2024-10-18  stephanMinor doc cleanups in SQLTester.mjs and confirm that...
2024-10-18  stephanFix three bugs in SQLTester.mjs which caused --tableres...
2024-10-18  stephanFix a var reference typo in SQLTester.mjs.
2024-10-18  stephanRemove the unused dbfuzz2-asan/msan makefile targets...
2024-10-18  stephanRemove a not-strictly-necessary 'undefine' invocation...
2024-10-18  drhMinor enhancements to the compile-for-windows.md document.
2024-10-18  drhFix typo in the README.txt for the amalgamation autocon...
2024-10-18  drhNew assert() statements to validate OP_OpenEphemeral...
2024-10-17  drhFix obsolete M4 macro in the configure script for the...
2024-10-17  drhFixes from code inspection:
2024-10-17  drhFix a typo in compile-for-unix.md. Simplify hyperlinks...
2024-10-17  drhImproved README.txt file in the amalgamation-autoconf...
2024-10-17  drhAttempt to get the TEA builder in the amalgamation...
2024-10-17  stephanEnsure that the OPFS VFS's xOpen() writes back the...
2024-10-17  stephanWhen calling OpfsSAHPoolUtil.removeVfs(), ensure that...
2024-10-16  stephanAdd has_tclconfig to the tidy makefile target.
2024-10-16  drhChange the name of the new utility program from sqlite3...
2024-10-16  drhIn the unix Makefile, strip compiled binaries prior...
2024-10-15  drhFix harmless compiler warning in flockCheckReservedLock().
2024-10-15  drhFix the "tool-zip" makefile target so that it includes...
2024-10-15  drhFix a typo in a comment used to generate document....
2024-10-15  drhCross-reference the sqlite3_backup_init() function...
2024-10-14  drhAvoid the possibility of buffer overrun in the READ_UTF...
2024-10-14  drhThere is no need to DELETE the content of sqlite_sequen...
2024-10-14  drhThe CLI now default to ".crlf ON" in Windows. CSV...
2024-10-14  drhBe consistent about using "CRLF" instead of "CRNL".
2024-10-14  drhFix a harmless compiler warning in the CLI.
2024-10-12  danFix a problem with the ".expert" command and queries...
2024-10-12  danEnsure that test file ext/expert/expert1.test works... expert-vtab-fix
2024-10-12  danAllow the ".expert" command to analyze statements that...
2024-10-11  drhAdditional clarification in the comments to sqlite3_std...
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...
next