]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
13 days ago  stephanext/wasm: dependencies fix for parallel builds attempte...
13 days ago  stephanext/wasm/GNUmakefile: (A) When using a custom sqlite3...
13 days ago  drhFix [4e713558f6c6ea3d] so that it supports separate...
13 days ago  stephanDocument minor discrepancies in how sqlite3_bind_pointe...
13 days ago  stephanMake explicit that sqlite3_bind_pointer() and sqlite3_c...
13 days ago  drhUpdate the MSVC makefile for the amalgamation distribution.
13 days ago  drhEnhance the tokenizer so that it is able to deal with...
13 days ago  drhIn the CLI, improved error messages on input errors...
13 days ago  drhLimit the size of --hexdb files in the CLI to 2 billion...
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  drhAdjust some of the markdown in the LICENSE.md file...
2025-10-21  stephanBack out [b144f875d6bddce6] and remove the former check...
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.
2025-10-10  drhMakefile updates to suppose carray() and percentile...
2025-10-10  stephanRegenerate autoconf/Makefile.msc to squelch a 'make...
2025-10-10  drhFix the carrayfault.test script so that it works in...
2025-10-10  drhAvoid (apparently harmless) undefined behavior in CARRA...
2025-10-10  drhFix the sqlite3_bind_blob() interface so that it sets...
2025-10-10  drhFix the xBestIndex method on carray so that it gives...
2025-10-09  drhFix carrayfault.test so that it works with the new...
2025-10-09  stephanUpdate c-pp.c and rename it to c-pp-lite.c to match...
2025-10-09  danAvoid corrupting the fts5 index if a value that was...
2025-10-09  drhIn the CLI, limit column widths specified by the "...
2025-10-08  drhMove the carray() extension and the percentile extensio...
2025-10-08  drhAdd the SQLITE_ prefix to the type constants used by... ext-to-core
2025-10-08  stephanMake use of the new SQLITE_ENABLE_PERCENTILE in the...
2025-10-08  drhAdd ENABLE compile-time options to enable carray()...
2025-10-08  drhThis is how the percentile() family of functions might...
2025-10-08  drhWere we to choose to integrate the carray() table-value...
2025-10-08  drhFix harmless integer overflow in the CLI when arguments...
2025-10-08  danFix an uninitialized variable problem in test1.c.
2025-10-08  drhThe ".dbtotxt" command in the CLI should not fail if...
2025-10-08  stephanFunction name doc typo fixes for sqlite3_source_id...
2025-10-07  danAdd test cases for the carray module.
2025-10-07  drhImprove the invariant checker module so that so that...
2025-10-07  danFix some integer overflow warnings in the base64 and...
2025-10-06  danFix a minor problem with building sqlite3.c without...
2025-10-06  danAvoid attempting to delete a file that is still open...
2025-10-06  danAvoid using randomblob() in walckptnoop.test, as it...
2025-10-06  drhChange the testrunner.tcl option from "--case" (singula...
2025-10-06  drhFix typo in the previous check-in that prevented the... testrunner-enhancements
2025-10-06  stephanAdd info from the SQLITE_SCM_... macros to tool/version...
2025-10-06  drhUpdate testrunner.tcl so that the new option is --cases...
2025-10-06  drhFix typo in the "testprefix" for walckptnoop.test
2025-10-06  drhNew testrunner.tcl option "--case DISPLAYLNAME" only...
2025-10-06  drhFix testrunner.tcl so that --help output goes to stdout...
2025-10-06  drhFix a subtle problem with short-circuit evaluation...
2025-10-05  drhAnother small performance increase in the text format...
2025-10-05  stephanFix a syntax error in the tcl script part of [199b6567b...
2025-10-05  drhPerformance optimization in text formatter by using...
2025-10-03  drhMinor clarifications to the JSONB format documentation.
2025-10-02  drhRemove the memvfs.c extension, to prevent it from being...
2025-10-02  drhFix typo in the previous check-in. Remove surplus...
2025-10-02  drhHarden the debugging vtab "delta_parse()" which is...
2025-10-02  drhIn the ".open" command of the CLI if using the --new...
2025-10-02  danFix -DSQLITE_OS_OTHER=0 builds.
2025-10-02  drhCorrection to [ae303dab2f534e2c] to use the right loop...
2025-10-02  danFix a buffer overrun in the zipfile extension that...
2025-10-01  drhAdd the --ifexists option to the CLI and to the ".open...
2025-10-01  drhPrevent embedded 0x00 characters in the output strings...
2025-10-01  danFix a buffer overread in demo code in ext/misc/memvfs.c.
2025-09-30  drhEnable the CLI to be compiled with SQLITE_OMIT_AUTHORIZ...
2025-09-30  drhFix various compiler warnings.
2025-09-30  drhFix the new generate_series() to correctly deal with...
2025-09-30  danFix another potential buffer overread in the zipfile...
2025-09-30  drhStrengthen the fts5_locale() function against integer...
2025-09-29  drhFix a problem with the merge at [cb604efdb40da95a].
next