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