]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2025-11-26  stephanInternal kvvfs docs and cleanups. Wasm speedtest1:...
2025-11-26  stephanConsistently use IsSpace()/IsDigit() instead of isspace...
2025-11-26  drhFix the sha1() extension function so that it returns...
2025-11-26  drhTweak testrunner.tcl to allow it to use more cores.
2025-11-25  drhWhen "testrunner.tcl status -d N" is run but the test...
2025-11-25  drhFix typo in the MAKE.BAT
2025-11-25  drhAdd two new makefile targets, "errors" and "status...
2025-11-25  stephanCherry-pick JS fixes/cleanups/docs from [206275292217...
2025-11-25  stephanGuard access to a piece of Emscripten-related scaffoldi...
2025-11-25  stephanRemove some debug output.
2025-11-25  stephanRemove the ostensible support for empty kvvfs names...
2025-11-25  stephanImprove kvvfs file name validation. Add sqlite3.kvvfs...
2025-11-25  drhFix subtle inaccuracies in qrfWrapLine(). Omit an...
2025-11-25  stephanAdd the sqlite3.kvvfs namespace for the new kvvfs APIs...
2025-11-25  stephanAdd an explicit rollback test for kvvfs.
2025-11-25  stephanA more compact formulation of [ac8af73c16ab821] which...
2025-11-25  stephanIn wasm builds, #if out the impls for the 3 core kvvfs...
2025-11-25  danFix a typo in fts3/4 debugging code allowing 'maxpendin...
2025-11-25  drhWork around an incorrect compiler warning on Mac.
2025-11-25  drhFixes to .mode in the CLI. "qbox" sets the correct...
2025-11-25  drhOmit the unused bTextNull flag from the QRF spec object.
2025-11-25  stephankvvfs internal cleanups. Experimentally add async event...
2025-11-25  stephanFactor out some now-superfluous JS-side kvvfs code...
2025-11-25  stephanDisallow a filename of '-journal' for db files in kvvfs...
2025-11-25  stephanAdd xGetLastError() to kvvfs but it does not appear...
2025-11-25  stephanFix a 32-/64-bit incompatibility in opfs-sahpool.
2025-11-25  drhFix typos in the help text for ".mode" of the CLI.
2025-11-24  stephanDo not allow the kvvfs transient flag to flag a previou...
2025-11-24  stephanAdd the sqlite3_db_filename() to the sqlite3.oo1.DB...
2025-11-24  stephanAdd kvvfs URI flag transient=1 to cause the storage...
2025-11-24  drhAdd the --blob-quote option to the ".mode" command...
2025-11-24  stephanFix a typeof check so that it works in Worker threads.
2025-11-24  stephanHave kvvfs enforce ASCII-only names to avoid truncating...
2025-11-24  danChange some 32-bit integers in fts3_write.c to 64-bit...
2025-11-24  drhAdd the QRF_BLOB_Size encoding for BLOBs in QRF.
2025-11-24  danAvoid an assert() failure caused by processing a CREATE...
2025-11-24  danAvoid signed integer overflow that may occur in a non...
2025-11-24  stephanGet kvvfs v2 storage import working by disallowing...
2025-11-24  drhShow just the list of available modes and omit the...
2025-11-24  drhIn the CLI on the ".mode" command, replace the recently...
2025-11-24  stephanDoc typo fix.
2025-11-24  stephanAdd the fail-on-malloc()-error patch to the autosetup...
2025-11-24  drhChange our local copy of the third-party jimsh0.c progr...
2025-11-23  stephanAdd the long-missing sqlite3_next_stmt() binding to...
2025-11-23  stephanMore work on kvvfs v2. Db imports work, in the sense...
2025-11-23  stephanAdd the long-missing sqlite3_next_stmt() binding to...
2025-11-23  stephanDocs, cleanups, and dead code removal.
2025-11-23  stephanGet the kvvfs v2 working in 64-bit wasm builds (a 0...
2025-11-23  stephanEliminate the superfluous 'kvvfs-' part of keys for...
2025-11-23  stephanInitial work on eliminating the superfluous-for-transie...
2025-11-23  stephanAdd tests demonstrating basic concurrent use of kvvfs...
2025-11-23  stephanBump kvvfs's sqlite3_vfs::iVersion to 2 so that its...
2025-11-23  stephanReplace an alloc/free on every read of a JS kvvfs key...
2025-11-23  drhNew test case for bSplitColumn in QRF.
2025-11-23  drhIn QRF in bSplitColumn mode, increase the spacing betwe...
2025-11-23  drhUse the new "split" mode to simplify and improve the...
2025-11-22  drhAdd "split" mode in the CLI. Fix CLI commands given...
2025-11-22  drhAdd the --no-limits option to the .mode command in...
2025-11-22  drhIn QRF, change the name of the bWrapSnglCol flag to...
2025-11-22  stephanCherrypick [0b53be562f1e] into trunk.
2025-11-22  stephanThis combination of kvvfs callbacks seems to work okay...
2025-11-22  stephanFix a misinteraction of CREATE/READONLY flags in the...
2025-11-22  drhIgnore semicolons at the end of dot-commands, if the...
2025-11-22  stephanFix storage-size counting of non-local/non-session...
2025-11-22  stephanCherrypick [e0b33b51229a] for the latest wasmutil/jaccw...
2025-11-22  stephanIncremental work on kvvfs v2.
2025-11-22  stephanFactor KVVfsFile::zName back out. Remove the extraneous...
2025-11-22  stephanDemonstrate completely transient and a semi-transient...
2025-11-22  stephanLatest side-stream jaccwabyt/wasmutil.
2025-11-22  drhImplementation of bWrapSnglCol in QRF.
2025-11-21  stephanGet initial JS overrides of the kvvfs sqlite3_vfs and...
2025-11-21  drhAdd the bWrapSnglCol flag to the QRF spec, though it...
2025-11-21  drhNeed a double-underscore prefix on the cplusplus macro
2025-11-21  drhFix the qrf.h header so that it is usable from C++
2025-11-21  stephanMore work towards using JS generic Storage objects...
2025-11-21  stephanRemove kvvfs-specific filename validation from the...
2025-11-21  drhFix typo in the implementation of the ".schema" command...
2025-11-21  stephanInitial restructuring of kvvfs working towards generic...
2025-11-21  stephanAdd new file missing from [3c4061428544].
2025-11-21  drhEnhance ALTER TABLE to support adding and removing...
2025-11-21  drhFix the QRF so that it omits the closing text from...
2025-11-21  stephanMove the JS pieces of kvvfs into their own file to...
2025-11-20  drhTest cases for the fix in the prior check-in.
2025-11-20  drhPreserve auto-explain mode across mode changes, as...
2025-11-20  drhFix hwtime.h (broken by [305bb022368bac9f]) so that...
2025-11-20  stephanRemove an extraneous loop level from the JS bootstrappi...
2025-11-20  stephanEnable the SQLITE_EXPERIMENTAL_PRAGMA_20251114 in the...
2025-11-20  drhUse sqlite3MPrintf() instead of sqlite3_mprintf() inter... alter-table-constraints
2025-11-20  drhAdditional checks for OOM conditions.
2025-11-20  drhMark an unreachable branch with NEVER().
2025-11-19  drhCall sqlite3OomFault() rather than setting db->mallocFa...
2025-11-19  drhFix three harmless declaration-after-statement warnings...
2025-11-19  drhImproved comments in code. Omit unneeded wrapper funct...
2025-11-19  danStrip unterminated "--" comments from the end of constr...
2025-11-19  drhClarification to the header comment on dropConstraintFu...
2025-11-19  drhTrivial simplification to the ALTER TABLE ADD CONSTRAIN...
2025-11-18  danFix another problem that could follow an OOM fault...
2025-11-18  danAvoid a segfault that could follow an OOM in an ALTER...
2025-11-18  drhMerge the latest trunk changes into the alter-table...
2025-11-18  drhMerge the latest trunk enhancements into the temp-trigg...
next