]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2025-09-02  stephanExperimentally add the --compile-commands configure... compile-commands
2025-09-01  stephanLatest side-stream autosetup/proj.tcl for improved...
2025-09-01  stephanFix a line-wrap change made in [50234bc9e9fe58da] which...
2025-08-29  danUpdate test script reservebytes.test so that it works...
2025-08-29  danEnsure POSIX builds work as expected (no extra usleep...
2025-08-29  stephanAdd 'from a check-out' to the mksqlite3h.tcl manifest...
2025-08-29  stephanFix the mksqlite3h.tcl SQLITE_SCM_... changes to work...
2025-08-28  stephanRemove some commented-out debugging lines and fix a...
2025-08-28  stephanAdd macros SQLITE_SCM_BRANCH/TAGS/DATETIME to sqlite3...
2025-08-28  stephanRemove sqlite3expert.h from the compiler invocation...
2025-08-27  danAdd test to ensure that changing the number of reserved...
2025-08-25  danFix a typo in a comment.
2025-08-25  danCheck that certain ON clauses do not refer to tables...
2025-08-25  drhFor the --pagecache option of the CLI, if the SIZE...
2025-08-25  danAdd test case to this branch to show that it handles... on-clause-fix-3rd-try
2025-08-23  drhSmall simplification to the query flattener logic.
2025-08-23  danFix the cases in joinI.test on this branch.
2025-08-23  drhFix cksumvfs test case added by [e3bd1feccaee8ff2]...
2025-08-22  drhFix the sqlite3SetJoinExpr() routine so that it correct...
2025-08-22  drhSteal the test/joinI.test from the on-clause-error...
2025-08-22  drhRemember if a SELECT statement contains an ON clause...
2025-08-22  drhEnhance treeview so that it shows the contents of ON...
2025-08-22  drhExperimental minor simplification of the query flattener. simplify-flattener
2025-08-21  drhFix a minor typo in a comment.
2025-08-21  stephanAdd config as an alias for the reconfigure makefile...
2025-08-21  stephanRemove some resolved TODOs from the makefile. Ensure...
2025-08-20  drhThe sqlite3_prepare() and similar interfaces should...
2025-08-20  drhAdd an assert() to prove that sqlite3_prepare() does... create-index-error-retry-fix
2025-08-20  drhChange a newly unreachable branch into an ALWAYS().
2025-08-20  danAvoid returning SQLITE_ERROR_RETRY if collation sequenc...
2025-08-20  danFix a problem with SQLITE_CHANGESET_CONFLICT conflicts...
2025-08-20  stephanIn builds without HAVE_FCHMOD (e.g. WASI), make the...
2025-08-19  danFix a problem causing an SQLITE_CHANGESET_DATA conflict...
2025-08-16  stephanAdd a doc sentence about sqlite3_set_clientdata()'s...
2025-08-14  danAvoid depending on HAVE_STDINT_H and SQLITE_PTRSIZE...
2025-08-13  stephanMinor internal cleanups in the configure script. No...
2025-08-13  danHave cksumvfs write checksums to the database file...
2025-08-13  danIn cksumvfs, do not write checksums to the wal file... cksumvfs-wal-fix
2025-08-13  stephanMinor autosetup/README.md tweaks.
2025-08-13  stephanMove the forced NDEBUG in fts3Int.h up above the #inclu...
2025-08-13  stephanDoc updates in the configure script. No functional...
2025-08-13  danFix a problem with the checksum-vfs and direct-overflow...
2025-08-13  danFix a problem with the checksum-vfs and direct-overflow... cksum-direct-ovfl-fix
2025-08-13  stephanDoc cleanups in main.mk. No functional changes.
2025-08-12  danFix a problem with reading wal mode databases from...
2025-08-12  danFix a problem building testfixture on non SQLITE_OS_WIN... win-unc-fix
2025-08-12  danOn windows, when opening a UNC path, fall back to using...
2025-08-11  drhThe off-by-one fix at [3e627d66ebdef8df] is insufficien...
2025-08-11  danReplace some 32-bit arithmetic in fts3_write.c with...
2025-08-07  stephanAdd an explicit call to sqlite3_initialize() to sqlite3...
2025-08-06  stephanSkip checking for dlopen() on mingw builds and those...
2025-08-06  drhDo not allow the number of terms in an ORDER BY or...
2025-08-06  drhFix Windows makefile breakage caused by [ae9d7c9c922bb241].
2025-08-06  stephanAdd *.obj to the make clean target for the sake of...
2025-08-06  stephanExtend the sqlite3_rsync PATH to include /opt/local...
2025-08-06  drhMinor bug fixes in the script added by the previous...
2025-08-06  drhAdd a script to build ARM64EC binaries on Windows11...
2025-08-05  drhFix a possible printf() of a NULL string in fuzzcheck...
2025-08-05  drhRemove the <i>experimental</i> lsm1 extension from...
2025-08-05  drhAdd bounds checking and error messages and improved...
2025-08-05  drhImproved defenses against corrupt ZIP archives in the...
2025-08-05  drhBack out a recently added NEVER().
2025-08-04  drhFix a bug in the fuzzcheck.c test program introduced...
2025-08-04  drhWhen doing an indexed row-value comparison using an...
2025-08-04  danAdd an assert() to verify that IN_INDEX_NOOP is not...
2025-08-04  drhRemove the "experimental" mark the snapshot interfaces.
2025-08-04  drhFix harmless compiler warnings arising from [1cccea0508...
2025-08-04  stephanMinor doc typo fix in sqliteLimit.h.
2025-08-03  stephanAdd a note to sqlite3_deserialize() that a schema name...
2025-08-02  drhTag a condition in os_unix.c as unreachable.
2025-08-02  stephanFiddle: move the About button into the main toolbar...
2025-08-02  stephanFiddle: make the toolbar visible in terminal mode and...
2025-08-02  stephanFiddle: move the About button into the header bar and...
2025-08-02  stephanFiddle: add an about/info/help view and a button to...
2025-07-31  drhEnsure that stack space allocated for a flexible array...
2025-07-31  stephanGeneric JS doc touchups. No functional changes.
2025-07-31  drhOn MacOS, when increasing the size of files on FAT...
2025-07-31  stephanMinor doc and consistency improvements to [cf7163f82ca3...
2025-07-30  stephanBack out [e283d817e3a9] because further testing has... solaris-alignment
2025-07-30  stephanMove the flexarray union members from [527bbc1676a85a9...
2025-07-30  stephanApply alignment-related patches suggested in [forum...
2025-07-30  drhDefault pointer size for the __SUNPRO_C compiler is...
2025-07-30  stephanJS: ensure that sqlite3WorkerPromiser.v2.defaultConfig...
2025-07-30  stephanAdjust the previous check-in to replace the db's WASM...
2025-07-30  stephanJS: add a random element when assigning db IDs to Worke...
2025-07-30  drhEnhance the printf formatter for %#f such that the...
2025-07-29  danFix SQLITE_OMIT_WAL builds on windows.
2025-07-26  drhAdd new extended error codes to SQLITE_ERROR and SQLITE...
2025-07-23  drhDo not apply the [/info/e33da6d5dc964db8|EXISTS-to...
2025-07-22  drhFix a potentially uninitialized field in the WhereLoop...
2025-07-21  stephanApply [ebb346c5aa]'s change to sqlite3.1, as reported...
2025-07-20  stephanEnsure that certain local files are not inadvertently...
2025-07-20  stephanTeach autoconf/tea/configure to be able to run from...
2025-07-19  drhFactor out the unusual encoding-change case from vdbeCo...
2025-07-19  drhSmall performance optimization in sqlite3VdbeRecordUnpa...
2025-07-19  drhSplit the (internal) sqlite3VdbeCheckFk() routine into...
2025-07-19  drhUse fewer CPU cycles to commit a read transaction.
2025-07-18  stephanAdd SQLITE_SELFORDER1 to JS's sqlite3.capi namespace...
2025-07-18  drhFix a minor comment inaccuracy.
2025-07-18  drhIncrease the precision of the "real time" output from...
next