]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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-24  drhFix the makefile so that "<tt>test/testrunner.tcl relea...
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...
2025-09-24  drhFix a harmless compiler warning in IEEE754.
2025-09-24  drhAdditional short-circuit optimizations for AND/OR opera...
2025-09-24  drhSimplification to the AND/OR short-circuit logic. short-circuit
2025-09-24  danImprove performance of window function queries that...
2025-09-24  drhFixes to short-circuit AND/OR evaluation.
2025-09-24  drhFactor out the code that handles AND and OR short-circu...
2025-09-24  drhFix incorrect buffer size computation for the base64...
2025-09-24  drhRestrict the size of the LIMIT on a generate_series...
2025-09-24  drhImproved short-circuit evaluation of AND and OR. All...
2025-09-23  drhImprovements to short-circuit evaluation of AND and...
2025-09-23  drhIn the ieee754 extension, render -0.0 as 'ieee754(...
2025-09-23  stephanAdd makefile target '64bit' to ext/wasm/GNUmakefile...
2025-09-23  stephanSlight correction to the diagram in the previous checkin.
2025-09-22  stephanAdd a high-level diagram showing how sqlite3.js gets...
2025-09-22  stephanRefactor and simplify the JS API bootstrap steps.
2025-09-22  stephanUpdate ext/wasm/api/README.md for recent changes.
2025-09-22  stephanCleanups and docs in the internal parts of the JS lib...
2025-09-22  drhRevise [a4430d262b3e129d] to preserve legacy behavior...
2025-09-22  stephanIn wasm.ptr.coerce(), treat the undefined value the...
2025-09-22  stephanMinor doc updates. No functional changes.
2025-09-22  stephanRework the JS/WASM pieces for compatibility with both...
2025-09-22  danFix a problem with handling of 4-byte utf-8 characters...
2025-09-22  stephanExperimenting with a custom wasm loader, but don't... wasm-64bit
2025-09-21  stephanMinor internal optimizations in the wasm glue.
2025-09-21  stephanA minor optimization in wasm.realloc().
2025-09-21  stephanRemove some stale makefile comments. Add a little widge...
2025-09-21  stephanImprove db-close-time cleanup in the face of WASM envir...
2025-09-21  stephanFix a Number/BigInt descrepancy in oo1.DB() when passed...
2025-09-21  stephanFix a StructType.dispose()/ondispose() memleak in Jaccw...
2025-09-21  stephanGeneral cleanups and dead code removal.
2025-09-21  stephanRemove some dead code and stray debug output. Fix ...
2025-09-21  stephanUpdate the JS SQLTester for recent sqlite3.wasm changes.
2025-09-21  stephanGeneric cleanups and simplifications in JS code.
2025-09-21  stephanRename wasm config entry pointerSizeof to pointerSize...
2025-09-21  stephanRestructure the interface for the sqlite3.wasm pointer...
2025-09-21  stephanReduce sqlite3.js build size by about 30kb by stripping...
2025-09-21  stephanReduce sqlite3.js build size by about 30kb by stripping...
2025-09-21  stephanRemove some dead code.
2025-09-21  stephanMinor cleanup in sqlite3.wasm.ptrAdd().
2025-09-21  stephanRemove some fiddle debug output.
2025-09-21  stephanResolve the non-functional 64-bit JS vtabs and VFSes...
2025-09-20  stephanDetermine the WASM environment's pointer size at runtim...
2025-09-20  stephanAdd missing sqlite3_vtab::xIntegrity wasm mapping....
2025-09-20  stephanAdd missing sqlite3_vtab::xIntegrity wasm mapping....
2025-09-20  stephanReinstate the working-again commit/rollback/update...
2025-09-20  stephanFurther tweaks towards 64-bit wasm. Fiddle is failing...
2025-09-20  stephanGet speedtest1's wasm build working.
2025-09-20  stephanImprove deps handling of fiddle's gzipped output files...
2025-09-20  stephanGet all but 3 of the tester1.js test groups running...
2025-09-20  stephanGet several hundred more lines of tester1.js running...
2025-09-20  stephanFurther work on 64-bit WASM builds. It now gets through...
2025-09-20  danIf the file-system supports f2fs style atomic-writes...
2025-09-20  drhFix the decimal_cmp() extension function to give correc...
2025-09-20  stephanGet the wasm tests running in a 64-bit build up through...
2025-09-20  stephanGet about 1/3rd of the tests running with MEMORY64...
2025-09-20  stephanBaby steps towards 64-bit pointers. Get it building...
2025-09-19  stephanInitial experimentation with a -sMEMORY64=1 wasm build...
2025-09-19  stephanAdd some comments describing the ways in which building...
2025-09-19  stephanInitial build-side tweaks to pave the way for a 64...
2025-09-19  drhImprove imposter tables: (1) Read-only unless writeable...
2025-09-19  stephanDiverse cleanups and docs in the JS and kvvfs pieces...
2025-09-19  drhImprovements to imposter tables: (1) They are read... imposter-tables
2025-09-19  stephanWasm: (A) diverse internal doc updates. (B) when genera...
2025-09-19  drhFix typo in the name of the CursorHints optimization...
2025-09-19  drhFix a harmless compiler warning.
2025-09-18  drhFix the new walckptnoop.test test module so that it...
2025-09-18  drhTry to make the carray extension easier to compile...
2025-09-18  drhFix harmless compiler warning in the CLI.
2025-09-17  stephanImprove the quote-stripping when importing a db into...
2025-09-17  drhRemove newly unreachable code in the solver of the...
2025-09-17  drhIn the date/time functions, a timezone suffix of "...
2025-09-16  danIf the file-system supports f2fs style atomic-writes... atomic-write-fix
2025-09-15  danUpdates to where.c to handle vtabs in joins more simila...
2025-09-15  danMerge latest trunk with this branch. vtab-planner-fixes
2025-09-15  stephanDiverse internal cleanups in the JS/WASM pieces. A...
2025-09-14  stephanExpose sqlite3_set_errmsg() to the JNI bindings.
2025-09-14  stephanExpose the new sqlite3_set_errmsg() to wasm. Refactor...
2025-09-13  danUpdates to where.c to handle vtabs in joins more simila...
2025-09-13  drhInitialize the sqlite3_set_errmsg entry on the loadable...
2025-09-13  drhAdd --enable-dbstat and --enable-dbpage options to...
2025-09-13  drhEnhance the integerValue() routine in the CLI so that...
2025-09-12  stephanAdd a TODO regarding replacing the internal sqlite3__wa...
2025-09-12  danAdd sqlite3_set_errmsg(). Use this in sqlite3changeset_...
2025-09-12  drhTypo fixes. Make sqlite3_set_errmsg() accessible to... sqlite3-set-errmsg
2025-09-12  drhAdd more details to comments in the previous check-in.
2025-09-12  danAdd experimental API sqlite3_set_errmsg(). Use this...
2025-09-11  drhFix an off-by-one error in sqlite3_rsync.
2025-09-11  drhImproved support for VxWorks.
2025-09-11  drhFix a harmless compiler warning in the CLI. Gcc genera...
2025-09-11  stephanLatest upstream autosetup, with project-local s/--debug...
2025-09-11  stephanConfigure script portability improvements for HP-UX...
2025-09-11  stephanIn mkautoconfamal.sh use $MAKE if it's set so that...
2025-09-10  drhMinor #ifdef changes to the carray.c extension so that...
next