aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix a potentially uninitialized field in the WhereLoop object that is usedHEADmasterdrh45 hours
* Apply [ebb346c5aa]'s change to sqlite3.1, as reported in [forum:bf92f78344 | ...stephan3 days
* Ensure that certain local files are not inadvertently carried over into the s...stephan4 days
* Teach autoconf/tea/configure to be able to run from the canonical source tree...stephan4 days
* Factor out the unusual encoding-change case from vdbeCompareMemString() fordrh5 days
* Small performance optimization in sqlite3VdbeRecordUnpack().drh5 days
* Split the (internal) sqlite3VdbeCheckFk() routine into two variants,drh5 days
* Use fewer CPU cycles to commit a read transaction.drh5 days
* Add SQLITE_SELFORDER1 to JS's sqlite3.capi namespace. It's only useful when b...stephan6 days
* Fix a minor comment inaccuracy.drh6 days
* Increase the precision of the "real time" output from the ".timer" commanddrh6 days
* Ensure that the accumulator for an aggregate always gets initialized,drh6 days
* Pedantic internal build doc fix.stephan7 days
* Diverse wasm build cleanups.stephan8 days
* Fix vtabH.test so that it works on windows even if there are files that begin...dan8 days
* Remove some stray makefile debug output.stephan8 days
* In the wasm makefiles, replace X:=Y with X=Y because := has different semanti...stephan8 days
* wasm: remove some extraneous levels of makefile var and fix the (unsupported)...stephan8 days
* Remove an unnecessary step from the wasm builds and account for a recent Emsc...stephan8 days
* Further internal wasm build cleanups. No functional changes.stephan8 days
* Internal refactoring of the WASM build makefile rule generator, working towar...stephan8 days
* Teach the sqlite3 CLI shell to look in XDG_STATE_HOME for the CLI history fil...stephan8 days
|\
| * Squelch a legitimate but harmless 'discards const' warning.stephan8 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...dan9 days
|\ \
| * | Add test case to between.test.dan9 days
| * | Avoid evaluating special vtab operators (e.g. MATCH) that are part of ON clau...dan12 days
* | | Optimize allocation of large tombstone arrays in fts5.dan9 days
* | | Add the snapshot-zip makefile targets for both Windows and Posix.drh10 days
* | | Enhance the "mktoolzip.tcl" script (used by the "tool-zip" makefile target) s...drh10 days
* | | In rtree.c, ensure that the pReadAux statement is reset whenever the bAuxVali...dan10 days
|\ \ \
| * | | In rtree.c, ensure that the pReadAux statement is reset whenever the bAuxVali...dan10 days
|/ / /
* | | Add new sessions function sqlite3changeset_apply_v3() and its streaming equiv...dan10 days
* | | Fix harmless compiler warnings in builds that use SQLITE_OMIT_DATETIME_FUNCS.drh10 days
|/ /
* | wasm: introduce the sqlite3.oo1.DB.wrapHandle() and Stmt.wrapHandle() APIs, w...stephan13 days
|\ \
| * | Clearer docs for the unowned db/stmt handle mechanism.stephan13 days
| * | Correct a one-too-many-exclamation-points bug which caused the opposite of in...stephan13 days
| * | Minor JS doc tweaks.stephan2025-07-10
| * | wasm: DB.wrapHandle() no longer accepts a DB object as its first argument, as...stephan2025-07-09
| * | wasm: add a few tests demonstrating that oo1.Stmt.paramaterCount's new impl d...stephan2025-07-09
| * | 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...drh13 days
* | | speedtest1: in WASM builds, disable the "app" test set by default because tha...stephan13 days
* | | Do not export the numerous Emscripten HEAPxy symbols and remove the last rema...stephan13 days
* | | Improve the accuracy of the ETC on both devtest and releasetest.drh14 days
* | | Add the estkey column to the jobs table of testrunner.db. The plan is todrh14 days