]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
9 days ago  drhFix a harmless compiler warning. jsonb_each
9 days ago  drhOn-demand loading of JSON virtual tables.
9 days ago  drhAdd JSON table-valued functions jsonb_each() and jsonb_...
10 days ago  stephanwasm dist: add --snapshot flag, add -64 flag to include...
10 days ago  stephanReplace ext/wasm/dist.make with mkdist.sh and get dist...
10 days ago  stephanOverhaul the wasm build to (A) support more coexisting...
10 days ago  drhFix the translation of "\v" in JSON5.
10 days ago  stephanRemove some superfluous tabs and add the mkwasmbuilds... wasm-rebuild-2025
10 days ago  stephanMinor logging fix for the wasm-opt build step.
10 days ago  stephanMove fiddle.make into the main makefile. Various adjace...
10 days ago  danAvoid an integer overflow in the shell tool when output...
10 days ago  drhConvert the ShellText object in the CLI to use sqlite3_...
10 days ago  danAvoid an integer overflow ([forum:/forumpost/b3abe06121...
10 days ago  stephanMinor build cleanups.
10 days ago  stephanConsolidate the speedtest1 wasm build into the new...
10 days ago  stephanWasm build deps fixes.
10 days ago  stephanMove the static makefile code from mkwamsbuilds.c into...
10 days ago  stephanCosmetic makefile tweaks.
10 days ago  drhFix the makefile so that "<tt>test/testrunner.tcl relea...
10 days ago  stephanGet the tester1 worker1/promiser demos building again...
11 days ago  drhAdd an assert() to fix a harmless compiler warning...
11 days ago  drhFix a harmless compiler warning in FTS5.
11 days ago  drhRework the set_table_name() function in the CLI to...
11 days ago  drhSpecial case the "decimal(-0.0)" output to show exactly...
11 days ago  stephanGenerate 64-bit variants of tester1.js/html. Enhance...
11 days ago  drhFix a harmless compiler warning in IEEE754.
11 days ago  drhAdditional short-circuit optimizations for AND/OR opera...
11 days ago  drhSimplification to the AND/OR short-circuit logic. short-circuit
11 days ago  danImprove performance of window function queries that...
11 days ago  drhFixes to short-circuit AND/OR evaluation.
11 days ago  stephanAdd docs to mkwasmbuilds.c explaining the purpose of...
11 days ago  drhFactor out the code that handles AND and OR short-circu...
11 days ago  drhFix incorrect buffer size computation for the base64...
11 days ago  drhRestrict the size of the LIMIT on a generate_series...
11 days ago  stephanCosmetic build tweaks.
11 days ago  stephanFix the positioning of the wasm-bare-bones flag init.
11 days ago  stephanIn speedtest1, always use fatal_error() to exit fatally...
11 days ago  stephanFurther wasm build refactoring. Get speedtest1 building...
11 days ago  stephanMove some of the generated wasm makefile utility code...
11 days ago  stephanGeneric build simplifications.
11 days ago  stephanGet fiddle building properly again and fiddle/fiddle...
11 days ago  drhImproved short-circuit evaluation of AND and OR. All...
11 days ago  stephanGet fiddle/fiddle.debug building again but they're...
12 days ago  drhImprovements to short-circuit evaluation of AND and...
12 days ago  drhIn the ieee754 extension, render -0.0 as 'ieee754(...
12 days ago  stephanGet most of the wasm build (re)working and much prettier.
12 days ago  stephanCosmetic wasm build tweaks. Fixed wasm-opt use, broken...
12 days ago  stephanMake it easier to pick out which parallel build message...
12 days ago  stephanMore build restructuring.
12 days ago  stephanCreate each distinct wasm build into its own dir, inste...
12 days ago  stephanStart reworking the wasm build (again) with an eye...
12 days ago  stephanAdd makefile target '64bit' to ext/wasm/GNUmakefile...
12 days ago  stephanSlight correction to the diagram in the previous checkin.
12 days ago  stephanAdd a high-level diagram showing how sqlite3.js gets...
12 days ago  stephanRefactor and simplify the JS API bootstrap steps.
13 days ago  stephanUpdate ext/wasm/api/README.md for recent changes.
13 days ago  stephanCleanups and docs in the internal parts of the JS lib...
13 days ago  drhRevise [a4430d262b3e129d] to preserve legacy behavior...
13 days ago  stephanIn wasm.ptr.coerce(), treat the undefined value the...
13 days ago  stephanMinor doc updates. No functional changes.
13 days ago  stephanRework the JS/WASM pieces for compatibility with both...
13 days ago  danFix a problem with handling of 4-byte utf-8 characters...
13 days ago  stephanExperimenting with a custom wasm loader, but don't... wasm-64bit
13 days ago  stephanMinor internal optimizations in the wasm glue.
13 days ago  stephanA minor optimization in wasm.realloc().
13 days ago  stephanRemove some stale makefile comments. Add a little widge...
13 days ago  stephanImprove db-close-time cleanup in the face of WASM envir...
13 days ago  stephanFix a Number/BigInt descrepancy in oo1.DB() when passed...
13 days ago  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...
next