aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add SQLITE_SELFORDER1 to JS's sqlite3.capi namespace. It's only useful when b...HEADmasterstephan4 days
* Fix a minor comment inaccuracy.drh5 days
* Increase the precision of the "real time" output from the ".timer" commanddrh5 days
* Ensure that the accumulator for an aggregate always gets initialized,drh5 days
* Pedantic internal build doc fix.stephan6 days
* Diverse wasm build cleanups.stephan7 days
* Fix vtabH.test so that it works on windows even if there are files that begin...dan7 days
* Remove some stray makefile debug output.stephan7 days
* In the wasm makefiles, replace X:=Y with X=Y because := has different semanti...stephan7 days
* wasm: remove some extraneous levels of makefile var and fix the (unsupported)...stephan7 days
* Remove an unnecessary step from the wasm builds and account for a recent Emsc...stephan7 days
* Further internal wasm build cleanups. No functional changes.stephan7 days
* Internal refactoring of the WASM build makefile rule generator, working towar...stephan7 days
* Teach the sqlite3 CLI shell to look in XDG_STATE_HOME for the CLI history fil...stephan7 days
|\
| * Squelch a legitimate but harmless 'discards const' warning.stephan7 days
| * Correct ~/.local/config/... to ~/.config/... when looking for sqliterc when X...stephan2025-06-30
| * Add support for using $XDG_STATE_HOME/sqlite_history or ~/.local/state/sqlite...stephan2025-06-30
| * Preliminary refactoring of the XDG_CONFIG_HOME support to support the pending...stephan2025-06-30
* | Avoid evaluating special vtab operators (e.g. MATCH) that are part of ON clau...dan8 days
|\ \
| * | Add test case to between.test.dan8 days
| * | Avoid evaluating special vtab operators (e.g. MATCH) that are part of ON clau...dan11 days
* | | Optimize allocation of large tombstone arrays in fts5.dan8 days
* | | Add the snapshot-zip makefile targets for both Windows and Posix.drh9 days
* | | Enhance the "mktoolzip.tcl" script (used by the "tool-zip" makefile target) s...drh9 days
* | | In rtree.c, ensure that the pReadAux statement is reset whenever the bAuxVali...dan9 days
|\ \ \
| * | | In rtree.c, ensure that the pReadAux statement is reset whenever the bAuxVali...dan9 days
|/ / /
* | | Add new sessions function sqlite3changeset_apply_v3() and its streaming equiv...dan9 days
* | | Fix harmless compiler warnings in builds that use SQLITE_OMIT_DATETIME_FUNCS.drh9 days
|/ /
* | wasm: introduce the sqlite3.oo1.DB.wrapHandle() and Stmt.wrapHandle() APIs, w...stephan12 days
|\ \
| * | Clearer docs for the unowned db/stmt handle mechanism.stephan12 days
| * | Correct a one-too-many-exclamation-points bug which caused the opposite of in...stephan12 days
| * | Minor JS doc tweaks.stephan13 days
| * | wasm: DB.wrapHandle() no longer accepts a DB object as its first argument, as...stephan14 days
| * | wasm: add a few tests demonstrating that oo1.Stmt.paramaterCount's new impl d...stephan14 days
| * | Remove some dead JS code and some extraneous debug output from test code.stephan2025-07-06
| * | JS doc additions.stephan2025-07-06
| * | Experimentally add sqlite3.oo1.DB/Stmt.wrapHandle(), which allow DB/Stmt inst...stephan2025-07-06
* | | Additional header comment documentation in the ext/misc/vtablog.c test extens...drh12 days
* | | speedtest1: in WASM builds, disable the "app" test set by default because tha...stephan12 days
* | | Do not export the numerous Emscripten HEAPxy symbols and remove the last rema...stephan12 days
* | | Improve the accuracy of the ETC on both devtest and releasetest.drh13 days
* | | Add the estkey column to the jobs table of testrunner.db. The plan is todrh13 days
* | | Minor internal doc correction in vdbeInt.h.stephan13 days
* | | Fix the empty-table optimization on INTERSECT so that it does not try todrh14 days
* | | Fix a possible user-after free following OOM in the EXISTS-to-JOINdrh2025-07-08
* | | Adjustments to test/incrblob4.test so that it works on both Linux and Macdrh2025-07-08
* | | New optimizations to detect early when queries return no rows due todrh2025-07-08
|\ \ \
| * | | Enable the EXISTS-to-JOIN optimization if the outer query has nodrh2025-07-08
| * | | Small performance optimization in the resolver.drh2025-07-07
| * | | Merge the latest trunk enhancements and fixes into the empty-table-optimizat...drh2025-07-07
| |\ \ \