]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2024-12-09  drhBring all the latest trunk fixes and enhancements into... commit-and-continue
2024-12-09  drhMake the TCL interface more rebust against very large...
2024-12-09  drhEnhance the ".import" command of the CLI so that it...
2024-12-09  drhEnhance the ".import" command of the CLI so that it...
2024-12-09  drhAdd NEVER() around branches that seems to have been...
2024-12-09  drhFurther improvements to the decimal-to-float conversion...
2024-12-09  danFix an obscure problem with multiple outer joins, ON...
2024-12-09  danFix an obscure problem with multiple outer joins, ON... forum-5c8a069d23-fix
2024-12-09  drhAdd a note in Makefile.msc about EXTRA_SRC files possib...
2024-12-09  drhResynchronize autoconf/Makefile.msc makefile-fix
2024-12-08  stephanAdd a note in Makefile.msc about EXTRA_SRC files possib...
2024-12-07  drhYet another iteration of the solution to the floating...
2024-12-07  drhA cleaner and more robust solution to the floating...
2024-12-07  drhFix more harmless compiler warnings.
2024-12-07  drhFix harmless compiler warning caused by the previous...
2024-12-07  drhOn x64 hardware, round-trip uint64_t→double&rarr...
2024-12-06  drhAdd the SQLITE_PREPARE_DONT_LOG option for sqlite3_prep...
2024-12-06  stephanMinor doc update in auto.def. No functional changes.
2024-12-06  stephanEnsure that the post-config checks for @UNEXPANDED_VARS...
2024-12-05  drhFix the build of sqlite3_analyzer.exe on Windows that...
2024-12-04  stephanMinor doc correction in ext/misc/shathree.c, as reporte...
2024-12-02  drhImprove the output from the ".testctrl opt" command...
2024-12-02  danEnsure that the query flattener does not change an...
2024-12-02  drhFix a comment typo on the sqlite3ExprIsSingleTableConst...
2024-12-02  drhFix a harmless typo in debugging output.
2024-12-02  stephanReformulate [9e09d5d6] so that memsys5 shows up in...
2024-12-02  drhEnable MEMSYS5 with the --dev configure option.
2024-12-02  drhSlighly less confusing output from treeview during...
2024-12-01  stephanTrim a bit more from the sqlite370.svg border to get...
2024-12-01  stephanCorrect the fill color for the background of sqlite370...
2024-12-01  stephanRe-export sqlite370.svg to retain the gradient part...
2024-12-01  stephanExport a clipped copy of sqlite370.eps as sqlite370...
2024-11-30  stephanAt the end of the configure script ensure that none...
2024-11-30  drhIn sqlite_dbpage, cancel any pending truncate operation...
2024-11-30  drhA NEVER() that was added by [eb5ac9e5b9a4f9c8] is viola...
2024-11-29  drhFix a NEVER() in the iif() logic that can be true if...
2024-11-28  stephanRemove some outdated docs from Makefile.in.
2024-11-28  stephanTypo fixes and cleanups in autosetup/README.md.
2024-11-28  stephanConfigure script doc updates and cleanups. Skip check...
2024-11-28  stephanext/icu/README.txt: clean up EOL whitespace and add...
2024-11-28  drhImprovements to sqlite3ExprImpliesExpr() so that it...
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-27  drhUse the P5 rather than the P3 parameter of OP_AutoCommi...
2024-11-27  drhMerge the latest trunk enhancements into the commit...
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  drhMerge the latest trunk fixes and makefile enhancements...
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  drhDisable commit-and-continue tests under the inmemory...
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-18  drhThe COMMIT AND CONTINUE TRANSACTION syntax is disabled...
next