]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2024-11-28  drhSimplification to the fix in the prior check-in. expr-implies-expr
2024-11-28  drhThe sqlite3ExprCompare() routine should always compare...
2024-11-28  drhAdd two NEVER() conditions.
2024-11-28  drhEnhancements to sqlite3ExprImpliesExpr() so that it...
2024-11-27  danFix an inaccuracy in the documentation in fts5.h.
2024-11-26  drhAllow the iif() function to work with two arguments...
2024-11-26  drhNew test cases. two-argument-iif
2024-11-26  drhProvide a two-argument version of the iif() function...
2024-11-26  danUpdate fts5 so that the xInstToken() extension API...
2024-11-26  danUpdate documentation in fts5.h. fts5-tokendata-prefix
2024-11-26  stephanPatch autosetup to rename --debug to --autosetup-debug...
2024-11-26  stephanPatch autosetup to rename --debug to --autosetup-debug... autosetup-debug-flag
2024-11-26  stephanMove some of the in-comment configure script help text...
2024-11-26  drhMinor tweak to ./configure --help output.
2024-11-26  stephanReplace some outdated docs re. soname with a link to...
2024-11-25  stephanCorrect duplicated soname linker flags, one of them...
2024-11-22  drhFix another issue in argument expansion on Windows...
2024-11-22  stephanRemove a flaky JS test which has a result depending...
2024-11-22  stephanIn order to support package builds, like OpenBSD's...
2024-11-22  stephanMove handling of the tempstore feature flag into the...
2024-11-22  stephanMakefile doc cleanups. No functional changes.
2024-11-22  stephanRemove the libsqlite3.so.3 link from the installation...
2024-11-22  stephanAdd links to [/forumpost/5a3b44f510df8ded|the SONAME...
2024-11-22  drhFix harmless scanbuild warnings caused by the introduct...
2024-11-22  drhFix some harmless scanbuild warnings in the shell.
2024-11-22  drhFix harmless compiler warning caused by [c77a4a42f2e3d164].
2024-11-21  drhMake ".scanstatus" an undocumented alternative name...
2024-11-21  stephanFix a bug-in-waiting (one too few list elements) in...
2024-11-21  stephanAdd the --scanstatus configure flag to set -DSQLITE_ENA...
2024-11-21  stephanFix a JS test which was broken when OMIT_PROGRESS_CALLB...
2024-11-21  drhDocument that -nofollow does not work on Windows. ...
2024-11-20  danFix compiler warnings caused by variable shadowing.
2024-11-20  drhNew configuration option --dynlink-tools causes some...
2024-11-20  drhUse shared-library flags, not shared-object flags,... link-tools-dynamically
2024-11-20  drhBug fix in the SubrtnSig logic from [c9a3498113074bbc...
2024-11-20  drhProvide the sqlite3ShowWhereTerm() interface callable...
2024-11-20  drhDo not report an sqlite3_error_offset() for errors...
2024-11-19  stephanAdd fix from [bfab759611b0] to sqltclsh. Remove some...
2024-11-19  drhAdd missing $TCL_LIBS to the link for sqlite3_analyzer.
2024-11-19  stephanRename --link-tools-dynamically to --dynlink-tools...
2024-11-19  stephanMove the in-comment-code commentary about --with-debug...
2024-11-19  stephanGet sqlite3_analyzer optionally linking against libsqli...
2024-11-19  stephanMerge trunk into this branch. Fix a small jimtcl/tclsh...
2024-11-19  drhEnhancements to tool/mkccode.tcl such that it recognize...
2024-11-19  stephanRevert linking the shell to the dll for reasons explain...
2024-11-19  stephanReformulate sqldiff deps and rules so that the target...
2024-11-19  stephanInitial configure support for linking certain binaries...
2024-11-19  danFix a problem handling OOM errors in fts3 that could...
2024-11-18  drhReduce divergence from begin-concurrent.
2024-11-18  drhAttempt to reduce divergence with the wal2 branch.
2024-11-18  drhAttempt to reduce divergence with begin-concurrent.
2024-11-18  stephanRemove the .POSIX entries from the makefiles because...
2024-11-18  danFix a "applying zero offset to null pointer" usan error...
2024-11-18  drhFix minor problems in testrunner.tcl that pop up when...
2024-11-17  drhMake the --vfstrace output from the CLI go to the same...
2024-11-17  stephanbuildtclext.tcl: add docs explaining the DESTDIR check...
2024-11-16  drhCall fflush() on ".echo" output from the shell, so...
2024-11-16  drhFix argument expansion in sqlite-tclsh on Windows such...
2024-11-16  stephanHandle DESTDIR at an earlier phase in buildtclext.tcl...
2024-11-16  stephanAdd the --destdir flag to the tclextension-install...
2024-11-16  stephanAdd --destdir flag support to buildtclext.tcl, but...
2024-11-16  stephanRename tool/tclConfigShToTcl.sh to tool/tclConfigShToAu...
2024-11-16  stephanconfigure: tiny simplification of proj-assert.
2024-11-15  drhEnhance the vfstrace extension such that the output...
2024-11-15  stephanIn the interest of minimizing downstream disruption...
2024-11-15  stephanGeneric auto.def cleanups. No functional differences.
2024-11-15  stephanbuildtclext.tcl: work around a case, reported in [forum...
2024-11-15  stephanconfigure: add optional pkg-config support for detectin...
2024-11-15  stephanWhen checking pkg-config for ICU support use icu-io... autosetup-icu-pkg-config
2024-11-15  stephanconfigure script doc additions for the ICU feature...
2024-11-15  stephanAn experiment in optionally using pkg-config to determi...
2024-11-14  stephanFix typo in the handling of the new --dev flag which...
2024-11-14  stephanRemove $prefix/include from the default -I path because...
2024-11-14  drhAdd new makefile target "sqlite3d" (where the "d" means...
2024-11-14  stephanAdd --enable-dev configure flag which sets various...
2024-11-14  stephanRemove unused sqlite_cfg.h.in from the build.
2024-11-14  stephanFix a state makefile dependency which refered to the... makefile-simplification
2024-11-14  drhRemove some obsolete macros from the CLI.
2024-11-14  stephanRemove unused sqlite_cfg.h.in (sqlite_cfg.h gets genera...
2024-11-14  danFix a problem with window functions min() and max(...
2024-11-14  stephanDocument the if block at the end of sqlite-check-tcl.
2024-11-14  stephanconfigure: avoid performing multiple checks for -lm...
2024-11-13  drhEnhance the vfstrace.c extension to show symbolic names...
2024-11-13  drhFix a memory leak in the ".dump" command of the CLI...
2024-11-13  drhAdd the test/fork-test.c test program.
2024-11-13  drhAdd the SQLITE_FCNTL_NULL_IO file-control.
2024-11-12  drhEnsure that the sqlite3_index_info.idxStr string coming...
2024-11-11  drhClarify the documentation to make it clear that rows...
2024-11-11  danFix the fts5 trigram tokenizer so that it handles non...
2024-11-11  drhAdd the ".dbtotxt" command to the CLI.
2024-11-11  stephanWrap some exceptionally long lines in main.mk. Add...
2024-11-11  drhUse Win32 APIs to read/write the console in Windows...
2024-11-11  stephanDoc update to account for [05073350087b].
2024-11-11  stephanRename proj-define-if-opt-truthy to the more accurate...
2024-11-09  danFix a case in fts3 where a corrupt database record...
2024-11-09  stephanFix a deps problem, introduced in [1bd9de719], which...
2024-11-09  stephanSimplify usage of proj-assert by making the expr prefix...
2024-11-09  stephanRemove three unused files from autosetup/.
2024-11-09  stephanRemove an unused lib import from auto.def.
2024-11-08  drhIncrease the minimum SQLITE_LENGTH_LIMIT from 1 to...
next