]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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  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].
2025-09-29  drhChange the name to SQLITE_DBSTATUS_TEMPBUF_SPILL.
2025-09-29  danFix a buffer overread in the zipfile extension code.
2025-09-29  drhMerge the latest trunk enhancements into the dbstatus...
2025-09-29  drhImprove whereSolver() so that it always finds a unique...
2025-09-29  drhFix JSONB logic so that it correctly interprets large...
2025-09-29  drhLarge JSON5 hexadecimal integer literals are positive... json5-hex-fix
2025-09-28  drhBack out check-in [9abaa0ac2b304934] as the code remove...
2025-09-28  drhRevamp the implementation of generate_series to simplif...
2025-09-28  stephanRemove the long-defunct wasmfs build of speedtest1...
2025-09-28  drhMinor bug fixes. Many new test cases. series-refactor
2025-09-28  stephanUse new c-pp features to simplify generation of the...
2025-09-28  drhAll legacy tests are passing. Want to add new test...
2025-09-28  drhThe generate_series rewrite is working better now,...
2025-09-28  drhRefactor the generate_series extension. Compiles but...
2025-09-28  drhFix harmless typo in a comment.
2025-09-28  stephanInternal js/wasm tooling doc updates.
2025-09-28  stephanImprove #if support in, and add #assert to, c-pp. Renam...
2025-09-27  drhRework the bounds calculations on generate_series(...
2025-09-27  stephanext/wasm/c-pp.c: add #savepoint support. Consolidate...
2025-09-27  drhUse sqlite3_malloc64() and sqlite3_realloc64() everywhe...
2025-09-27  drhFix a bug in the ".dbtotxt" command of the CLI that...
2025-09-27  drhAvoid integer overflow in memory allocation for the
next