]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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  danFix a buffer overread in the zipfile extension code.
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
2025-09-27  drhAdditional cleanup and refinement of the regexp.c exten...
2025-09-27  stephanTeach c-pp how to replace configure-script-like @tokens...
2025-09-27  stephanRemove and edit some comments.
2025-09-27  stephanAdd wasm.ptr to the module-symbols.html output.
2025-09-27  stephanLatest upstream c-pp.c for the ability to process multi...
2025-09-26  stephanDelay replacing the wasm file name strings until they...
2025-09-26  stephanConsolidate some duplicate code in mkwasmbuilds.c.
2025-09-26  stephanClean up how the speedtest1 64-bit test/demo files...
2025-09-26  stephanGet 64-bit builds of speedtest1.wasm running in order...
2025-09-26  stephanReinstate the Module.instantiateWasm() override and...
2025-09-26  drhLimit the complexity of a REGEXP pattern using SQLITE_L...
2025-09-26  drhIn the regexp extension, limit the maximum value of...
2025-09-26  stephanGet wasmfs build working in the new setup. Disable...
2025-09-26  drhFix harmless integer overflows caused by over-sized...
2025-09-26  stephanDocs and dead code removal in mkwasmbuilds.c.
2025-09-26  danFix some integer overflow problems when handling corrup...
2025-09-26  drhAdd new table-valued functions jsonb_each() and jsonb_t...
2025-09-26  drhFix a harmless compiler warning. jsonb_each
2025-09-26  stephanIn c-pp.c, use (void)x instead of an empty if(x){}...
2025-09-26  drhOn-demand loading of JSON virtual tables.
2025-09-26  stephanMore build docs. Add a speedtest1 64-bit build but...
2025-09-26  stephanBuild cleanups and dead code removal.
2025-09-25  drhAdd JSON table-valued functions jsonb_each() and jsonb_...
2025-09-25  stephanwasm dist: add --snapshot flag, add -64 flag to include...
2025-09-25  stephanReplace ext/wasm/dist.make with mkdist.sh and get dist...
2025-09-25  stephanOverhaul the wasm build to (A) support more coexisting...
2025-09-25  drhFix the translation of "\v" in JSON5.
2025-09-25  stephanRemove some superfluous tabs and add the mkwasmbuilds... wasm-rebuild-2025
2025-09-25  stephanMinor logging fix for the wasm-opt build step.
2025-09-25  stephanMove fiddle.make into the main makefile. Various adjace...
2025-09-25  danAvoid an integer overflow in the shell tool when output...
2025-09-25  drhConvert the ShellText object in the CLI to use sqlite3_...
2025-09-25  danAvoid an integer overflow ([forum:/forumpost/b3abe06121...
2025-09-25  stephanMinor build cleanups.
2025-09-25  stephanConsolidate the speedtest1 wasm build into the new...
2025-09-25  stephanWasm build deps fixes.
2025-09-24  stephanMove the static makefile code from mkwamsbuilds.c into...
2025-09-24  stephanCosmetic makefile tweaks.
2025-09-24  drhFix the makefile so that "<tt>test/testrunner.tcl relea...
2025-09-24  stephanGet the tester1 worker1/promiser demos building again...
2025-09-24  drhAdd an assert() to fix a harmless compiler warning...
2025-09-24  drhFix a harmless compiler warning in FTS5.
2025-09-24  drhRework the set_table_name() function in the CLI to...
2025-09-24  drhSpecial case the "decimal(-0.0)" output to show exactly...
next