]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2025-10-27  danFix sanitizer complaints in the regexp extension.
2025-10-26  stephanMerge the OPFS/SEE tests into trunk (where they should...
2025-10-26  stephanDemonstrate the opfs-sahpool VFS with SEE.
2025-10-26  stephanAdd a test which uses SEE via the "opfs" VFS. "opfs...
2025-10-26  stephanMerge trunk into the wasm-post-3.51 branch.
2025-10-26  stephanA better/cleaner fix for [1c80ff88c0ce].
2025-10-26  stephanc-pp-lite: Fix another newline-related off-by-one which...
2025-10-26  stephanDoc typo fix reported in the forum. No code changes.
2025-10-25  drhAdd the SQLITE_FCNTL_FILESTAT file control and the...
2025-10-25  drhRename the file control to SQLITE_FCNTL_FILESTAT. ... file-info
2025-10-25  drhFix a bug in sqlite_file_info() output: It was showing...
2025-10-25  drhNew --normal option for the ".open" command in the...
2025-10-25  drhAdd additional information about unix file descriptors...
2025-10-25  drhAdjust unixPosixAdvisorLocks() to use redirectable...
2025-10-25  drhMerge the CLI deduceDatabaseType fix from trunk.
2025-10-25  drhFix the CLI so that it does not try to open what might...
2025-10-25  drhAdditional information about the unixShm shown.
2025-10-25  drhDo not attempt to show posix-advisory-locking status...
2025-10-25  drhThe sqlite_file_info() function should always return...
2025-10-25  drhNew symbolic representation of posix advisory locking...
2025-10-25  drhMerge trunk enhancements into the file-info branch.
2025-10-25  drhStricter assert() statements on unixShmSystemLock().
2025-10-24  drhImprovements to the design of the /proc lock analysis.
2025-10-24  stephanRandom tiny tweaks in internal JS and flesh out the...
2025-10-24  stephanMake it particularly clear in the wasm build output...
2025-10-24  drhEasier to read /proc lock interpretation.
2025-10-24  drhFlesh out the sqlite_file_info() function further,...
2025-10-24  drhNew diagnostic SQL function "sqlite_file_info()" and...
2025-10-24  stephanFix a duplicate SQLITE_API on sqlite3_carray_bind(...
2025-10-24  stephanext/wasm: dependencies fix for parallel builds attempte...
2025-10-24  stephanext/wasm/GNUmakefile: (A) When using a custom sqlite3...
2025-10-24  drhFix [4e713558f6c6ea3d] so that it supports separate...
2025-10-24  stephanDocument minor discrepancies in how sqlite3_bind_pointe...
2025-10-24  stephanMake explicit that sqlite3_bind_pointer() and sqlite3_c...
2025-10-24  drhUpdate the MSVC makefile for the amalgamation distribution.
2025-10-24  drhEnhance the tokenizer so that it is able to deal with...
2025-10-24  drhIn the CLI, improved error messages on input errors...
2025-10-24  drhLimit the size of --hexdb files in the CLI to 2 billion...
2025-10-23  drhChange the documentation name to README.md so that...
2025-10-23  drhBring the documentation into sync with the current...
2025-10-23  drhAdd support for QUOTE and EXPLAIN modes.
2025-10-23  drhAdd support for EQP mode.
2025-10-23  drhAdd CSV mode.
2025-10-23  drhImplement LINE mode.
2025-10-23  drhAdd HTML and INSERT modes.
2025-10-23  drhImplement JSON mode.
2025-10-23  drhAdditional defenses against over-sized inputs in the...
2025-10-23  drhFix a faulty error message in the ext/misc/fileio.c...
2025-10-22  drhAssigned widths and alignments on columns.
2025-10-22  drhColumn modes are now working.
2025-10-22  drhCode in place to do column formats. Compiles, but...
2025-10-22  drhMerge va_list misuse fix.
2025-10-22  stephanFix a va_list misuse. resfmt
2025-10-22  drhRefactor: Name change to "query result formatter"...
2025-10-22  drhSimplify the interface to use just a single API.
2025-10-22  drhAdjust some of the markdown in the LICENSE.md file...
2025-10-21  drhSimplify the set of formatting choices.
2025-10-21  drhAdd TCL and JSON output formatting. Add the ability...
2025-10-21  drhText quoting formats CSV and HTML.
2025-10-21  stephanBack out [b144f875d6bddce6] and remove the former check...
2025-10-21  drhAdd separate quoting style for BLOB values.
2025-10-21  drhControl-character escaping
2025-10-21  drhRecognize the various quoting styles and escape modes...
2025-10-20  drhMore capabilities being added. Incremental check-in.
2025-10-20  drhAdd test program for resfmt.c. Now compiles and runs.
2025-10-20  drhNotes on the result-formatter utility. None of the...
2025-10-20  drhMerge recent trunk enhancements into the resfmt branch.
2025-10-19  drhReduce the maximum size of LIKE and GLOB patterns in...
2025-10-18  drhUse 64-bit memory allocations everywhere in the expert...
2025-10-18  drhIncrease the range of integer indexes in the the merge...
2025-10-17  drhFix a minor memory leak in the CLI that can occur follo...
2025-10-16  stephanResolve the MacOS-specific build issue reported in...
2025-10-16  danImprove performance of the shell tool ".ar" command...
2025-10-16  drhIn dbpage.c, disable truncation on any update error...
2025-10-16  stephanFix an off-by-one in c-pp-lite.c which could cause...
2025-10-15  stephanMinor JS doc updates. No code changes.
2025-10-15  stephanResolve a valgrind-reported error in ext/wasm/c-pp...
2025-10-15  danImprove performance of the shell tool ".ar" command... ar-performance-improvement
2025-10-15  drhFix memory allocation in the ".table" command of the...
2025-10-14  drhReestablish APIARMOR for the sqlite3_db_status() interface.
2025-10-14  stephanJS/WASM: Expose sqlite3_db_status64(), sqlite3changeset...
2025-10-14  drhAdd the test/testloadext.c loadable extension to test...
2025-10-14  drhAdd the sqlite3_db_status64() interface and the
2025-10-14  drhMake the new sqlite3_db_status64() API accessible to... dbstatus-spill
2025-10-14  stephanFix two links in ext/wasm/README.md.
2025-10-14  drhExtra defenses against integer overflow in the decimal...
2025-10-14  stephanAdd a section to ext/wasm/README.md about the dependenc...
2025-10-14  stephanFix a makefile typo which caused a build directory...
2025-10-14  drhMerge all the latest trunk enhancements into the dbstat...
2025-10-13  danAvoid integer overflows (a) when dealing with zeroblob...
2025-10-13  drhFix a bug in concat_ws() in which an initial empty...
2025-10-13  drhEnable CLI documentation for .imposter
2025-10-12  drhFix broken hyperlinks in the documentation.
2025-10-12  drhFix order of operations in the OP_Concat operator of...
2025-10-11  drhRemove an unused variable from the generate_series...
2025-10-11  danFix an assert() that could fail when reading a blob...
2025-10-11  drhImprovements to the (rarely used) home-grown varients...
2025-10-10  drhProvide alternative implementations of ceil() and floor...
2025-10-10  danBack out [8bf26c956e]. It is not required following...
2025-10-10  drhFix harmless compiler warnings.
next