index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Add SQLITE_SELFORDER1 to JS's sqlite3.capi namespace. It's only useful when b...
HEAD
master
stephan
4 days
*
Fix a minor comment inaccuracy.
drh
5 days
*
Increase the precision of the "real time" output from the ".timer" command
drh
5 days
*
Ensure that the accumulator for an aggregate always gets initialized,
drh
5 days
*
Pedantic internal build doc fix.
stephan
6 days
*
Diverse wasm build cleanups.
stephan
7 days
*
Fix vtabH.test so that it works on windows even if there are files that begin...
dan
7 days
*
Remove some stray makefile debug output.
stephan
7 days
*
In the wasm makefiles, replace X:=Y with X=Y because := has different semanti...
stephan
7 days
*
wasm: remove some extraneous levels of makefile var and fix the (unsupported)...
stephan
7 days
*
Remove an unnecessary step from the wasm builds and account for a recent Emsc...
stephan
7 days
*
Further internal wasm build cleanups. No functional changes.
stephan
7 days
*
Internal refactoring of the WASM build makefile rule generator, working towar...
stephan
7 days
*
Teach the sqlite3 CLI shell to look in XDG_STATE_HOME for the CLI history fil...
stephan
7 days
|
\
|
*
Squelch a legitimate but harmless 'discards const' warning.
stephan
7 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
8 days
|
\
\
|
*
|
Add test case to between.test.
dan
8 days
|
*
|
Avoid evaluating special vtab operators (e.g. MATCH) that are part of ON clau...
dan
11 days
*
|
|
Optimize allocation of large tombstone arrays in fts5.
dan
8 days
*
|
|
Add the snapshot-zip makefile targets for both Windows and Posix.
drh
9 days
*
|
|
Enhance the "mktoolzip.tcl" script (used by the "tool-zip" makefile target) s...
drh
9 days
*
|
|
In rtree.c, ensure that the pReadAux statement is reset whenever the bAuxVali...
dan
9 days
|
\
\
\
|
*
|
|
In rtree.c, ensure that the pReadAux statement is reset whenever the bAuxVali...
dan
9 days
|
/
/
/
*
|
|
Add new sessions function sqlite3changeset_apply_v3() and its streaming equiv...
dan
9 days
*
|
|
Fix harmless compiler warnings in builds that use SQLITE_OMIT_DATETIME_FUNCS.
drh
9 days
|
/
/
*
|
wasm: introduce the sqlite3.oo1.DB.wrapHandle() and Stmt.wrapHandle() APIs, w...
stephan
12 days
|
\
\
|
*
|
Clearer docs for the unowned db/stmt handle mechanism.
stephan
12 days
|
*
|
Correct a one-too-many-exclamation-points bug which caused the opposite of in...
stephan
12 days
|
*
|
Minor JS doc tweaks.
stephan
13 days
|
*
|
wasm: DB.wrapHandle() no longer accepts a DB object as its first argument, as...
stephan
14 days
|
*
|
wasm: add a few tests demonstrating that oo1.Stmt.paramaterCount's new impl d...
stephan
14 days
|
*
|
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
12 days
*
|
|
speedtest1: in WASM builds, disable the "app" test set by default because tha...
stephan
12 days
*
|
|
Do not export the numerous Emscripten HEAPxy symbols and remove the last rema...
stephan
12 days
*
|
|
Improve the accuracy of the ETC on both devtest and releasetest.
drh
13 days
*
|
|
Add the estkey column to the jobs table of testrunner.db. The plan is to
drh
13 days
*
|
|
Minor internal doc correction in vdbeInt.h.
stephan
13 days
*
|
|
Fix the empty-table optimization on INTERSECT so that it does not try to
drh
14 days
*
|
|
Fix a possible user-after free following OOM in the EXISTS-to-JOIN
drh
2025-07-08
*
|
|
Adjustments to test/incrblob4.test so that it works on both Linux and Mac
drh
2025-07-08
*
|
|
New optimizations to detect early when queries return no rows due to
drh
2025-07-08
|
\
\
\
|
*
|
|
Enable the EXISTS-to-JOIN optimization if the outer query has no
drh
2025-07-08
|
*
|
|
Small performance optimization in the resolver.
drh
2025-07-07
|
*
|
|
Merge the latest trunk enhancements and fixes into the empty-table-optimizat...
drh
2025-07-07
|
|
\
\
\
[next]