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