index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Fix harmless compiler warnings arising from [1cccea0508f5c8b8].
HEAD
master
drh
5 hours
*
Minor doc typo fix in sqliteLimit.h.
stephan
5 hours
*
Add a note to sqlite3_deserialize() that a schema name of NULL implies the ma...
stephan
32 hours
*
Tag a condition in os_unix.c as unreachable.
drh
47 hours
*
Fiddle: move the About button into the main toolbar. Extend the About text wi...
stephan
2 days
*
Fiddle: make the toolbar visible in terminal mode and hide non-terminal-mode ...
stephan
2 days
*
Fiddle: move the About button into the header bar and get it working together...
stephan
2 days
*
Fiddle: add an about/info/help view and a button to toggle it. Change the col...
stephan
2 days
*
Ensure that stack space allocated for a flexible array has the correct
drh
4 days
|
\
|
*
Back out [e283d817e3a9] because further testing has proven it unnecessary.
stephan
5 days
|
*
Move the flexarray union members from [527bbc1676a85a9] to the end of their r...
stephan
5 days
|
*
Apply alignment-related patches suggested in [forum:41cd226375cd49c6 | forum ...
stephan
5 days
|
*
Default pointer size for the __SUNPRO_C compiler is 4 bytes.
drh
5 days
*
|
Generic JS doc touchups. No functional changes.
stephan
4 days
*
|
On MacOS, when increasing the size of files on FAT filesystems from 0 to
drh
4 days
*
|
Minor doc and consistency improvements to [cf7163f82ca380958].
stephan
4 days
|
/
*
JS: ensure that sqlite3WorkerPromiser.v2.defaultConfig initially refers to sq...
stephan
5 days
*
Adjust the previous check-in to replace the db's WASM address with yet anothe...
stephan
5 days
*
JS: add a random element when assigning db IDs to Worker1 db instances. This ...
stephan
5 days
*
Enhance the printf formatter for %#f such that the minus sign is omitted
drh
5 days
*
Fix SQLITE_OMIT_WAL builds on windows.
dan
6 days
*
Add new extended error codes to SQLITE_ERROR and SQLITE_IOERR, for use
drh
9 days
*
Do not apply the [/info/e33da6d5dc964db8|EXISTS-to-JOIN optimization] if
drh
12 days
*
Fix a potentially uninitialized field in the WhereLoop object that is used
drh
13 days
*
Apply [ebb346c5aa]'s change to sqlite3.1, as reported in [forum:bf92f78344 | ...
stephan
14 days
*
Ensure that certain local files are not inadvertently carried over into the s...
stephan
2025-07-20
*
Teach autoconf/tea/configure to be able to run from the canonical source tree...
stephan
2025-07-20
*
Factor out the unusual encoding-change case from vdbeCompareMemString() for
drh
2025-07-19
*
Small performance optimization in sqlite3VdbeRecordUnpack().
drh
2025-07-19
*
Split the (internal) sqlite3VdbeCheckFk() routine into two variants,
drh
2025-07-19
*
Use fewer CPU cycles to commit a read transaction.
drh
2025-07-19
*
Add SQLITE_SELFORDER1 to JS's sqlite3.capi namespace. It's only useful when b...
stephan
2025-07-18
*
Fix a minor comment inaccuracy.
drh
2025-07-18
*
Increase the precision of the "real time" output from the ".timer" command
drh
2025-07-18
*
Ensure that the accumulator for an aggregate always gets initialized,
drh
2025-07-18
*
Pedantic internal build doc fix.
stephan
2025-07-17
*
Diverse wasm build cleanups.
stephan
2025-07-16
*
Fix vtabH.test so that it works on windows even if there are files that begin...
dan
2025-07-16
*
Remove some stray makefile debug output.
stephan
2025-07-16
*
In the wasm makefiles, replace X:=Y with X=Y because := has different semanti...
stephan
2025-07-16
*
wasm: remove some extraneous levels of makefile var and fix the (unsupported)...
stephan
2025-07-16
*
Remove an unnecessary step from the wasm builds and account for a recent Emsc...
stephan
2025-07-16
*
Further internal wasm build cleanups. No functional changes.
stephan
2025-07-16
*
Internal refactoring of the WASM build makefile rule generator, working towar...
stephan
2025-07-16
*
Teach the sqlite3 CLI shell to look in XDG_STATE_HOME for the CLI history fil...
stephan
2025-07-16
|
\
|
*
Squelch a legitimate but harmless 'discards const' warning.
stephan
2025-07-16
|
*
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
2025-07-15
|
\
\
[next]