]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2024-12-07  drhVersion 3.47.2 for begin-concurrent begin-concurrent-3.47
2024-12-07  drhVersion 3.47.2 branch-3.47 version-3.47.2
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  drhIncrement the version number to 3.47.2
2024-12-07  drhOn x64 hardware, round-trip uint64_t→double&rarr...
2024-12-02  drhEnsure that the query flattener does not change an...
2024-12-02  drhAdd the SVG version of the SQLite logo.
2024-12-01  stephanFix the percentile extension so that works as an indepe...
2024-11-25  drhVersion 3.47.1 version-3.47.1
2024-11-22  drhFix a problem handling OOM errors in fts3 that could...
2024-11-22  drhFix two problems with argument expansion in sqlite...
2024-11-22  stephanRemove a flaky JS test which has a result depending...
2024-11-22  drhFix some harmless scanbuild warnings in the shell.
2024-11-22  drhDocument that -nofollow does not work on Windows. ...
2024-11-22  drhBump the version number to 3.47.1
2024-11-20  drhCherrypick a couple of changes requested by Mozilla...
2024-11-20  drhIf a subquery is copied and then changes are made to...
2024-11-20  drhDo not report an sqlite3_error_offset() for errors...
2024-11-17  stephanbuildtclext.tcl: add docs explaining the DESTDIR check...
2024-11-16  stephanHandle DESTDIR at an earlier phase in buildtclext.tcl...
2024-11-16  stephanAdd DESTDIR support to the tclextension-install target...
2024-11-09  drhFix a case in fts3 where a corrupt database record...
2024-11-07  drhFix an OOB write that could occur in fts3 when dealing...
2024-11-05  danHave the xBestIndex method of the generate_series virtu...
2024-11-04  stephanFix two mismatched uses of malloc() and sqlite3_free...
2024-10-30  stephanReplace 3 instances of the == 'test' shell command...
2024-10-24  drhPatch sqlite3_rsync.c to disable undesirable automatic...
2024-10-24  stephanAdd missing ZERO_ARGUMENT_GENERATE_SERIES checks to...
2024-10-21  drhUpdate the begin-concurrent branch to version-3.47.0
2024-10-21  drhVersion 3.47.0 version-3.47.0
2024-10-21  danAdd a case to testrunner.tcl so that mdevtest can run...
2024-10-21  danAvoid using LIKE in sqlite3expert.c, in case "PRAGMA...
2024-10-20  danFix another problem with ".expert" and virtual tables...
2024-10-19  stephanAdd sqlite3_rsync to the docs at the top of mktoolzip...
2024-10-19  stephanAdd missing $(TEXE) suffixes in the tool-zip makefile...
2024-10-19  drhMove the #include of hwtime.h from the bottom of util...
2024-10-19  stephanAn assortment of comment typo fixes discovered by aspel...
2024-10-19  drhRemove unnecessary VACUUMs from the previous check...
2024-10-19  drhFix the sqlite3_rsync utility so that it is able to...
2024-10-18  stephanMinor doc cleanups in SQLTester.mjs and confirm that...
2024-10-18  stephanFix three bugs in SQLTester.mjs which caused --tableres...
2024-10-18  stephanFix a var reference typo in SQLTester.mjs.
2024-10-18  stephanRemove the unused dbfuzz2-asan/msan makefile targets...
2024-10-18  stephanRemove a not-strictly-necessary 'undefine' invocation...
2024-10-18  drhMinor enhancements to the compile-for-windows.md document.
2024-10-18  drhFix typo in the README.txt for the amalgamation autocon...
2024-10-18  drhNew assert() statements to validate OP_OpenEphemeral...
2024-10-17  drhFix obsolete M4 macro in the configure script for the...
2024-10-17  drhFixes from code inspection:
2024-10-17  drhFix a typo in compile-for-unix.md. Simplify hyperlinks...
2024-10-17  drhImproved README.txt file in the amalgamation-autoconf...
2024-10-17  drhAttempt to get the TEA builder in the amalgamation...
2024-10-17  stephanEnsure that the OPFS VFS's xOpen() writes back the...
2024-10-17  stephanWhen calling OpfsSAHPoolUtil.removeVfs(), ensure that...
2024-10-16  drhMerge the latest trunk enhancements into the begin...
2024-10-16  stephanAdd has_tclconfig to the tidy makefile target.
2024-10-16  drhChange the name of the new utility program from sqlite3...
2024-10-16  drhIn the unix Makefile, strip compiled binaries prior...
2024-10-15  drhFix harmless compiler warning in flockCheckReservedLock().
2024-10-15  drhFix the "tool-zip" makefile target so that it includes...
2024-10-15  drhFix a typo in a comment used to generate document....
2024-10-15  drhCross-reference the sqlite3_backup_init() function...
2024-10-14  drhAvoid the possibility of buffer overrun in the READ_UTF...
2024-10-14  drhThere is no need to DELETE the content of sqlite_sequen...
2024-10-14  drhThe CLI now default to ".crlf ON" in Windows. CSV...
2024-10-14  drhBe consistent about using "CRLF" instead of "CRNL".
2024-10-14  drhFix a harmless compiler warning in the CLI.
2024-10-12  danFix a problem with the ".expert" command and queries...
2024-10-12  danEnsure that test file ext/expert/expert1.test works... expert-vtab-fix
2024-10-12  danAllow the ".expert" command to analyze statements that...
2024-10-11  drhAdditional clarification in the comments to sqlite3_std...
2024-10-11  drhUpdate comments in ext/misc/sqlite3_stdio.c to reflect...
2024-10-11  drhAdd the doc/compile-for-unix.md document.
2024-10-11  stephanAvoid a segfault when calling src-verify without any...
2024-10-11  stephanAdd two missing $(BEXE) suffixes, as reported in [forum...
2024-10-11  drhImproved instructions in the TEA readme for building...
2024-10-11  drhUpdate the README for the TEA extension in the amalgama...
2024-10-11  danAvoid running some new tests in lock5.test with the...
2024-10-11  drhUpdate the autoconf Makefile.msc
2024-10-11  drhAn improved method for statically linking sqlite3_analy...
2024-10-11  drhFix the CSV output mode in the CLI such that the line...
2024-10-11  drhAvoid undesirable NL to CRLF translation when doing...
2024-10-10  drhImprovements to TCL9 support. Fixes to the Makefiles...
2024-10-10  drhFor compatibility, allow the TCL interfact to continue... make-install-fixes
2024-10-10  drhAdjustments to the Makefile.msc to get static builds...
2024-10-09  drhImprovements to Makefile.msc: (1) Attempt to find sane...
2024-10-09  stephanAdd quotes around $(CC) in tclextension-related targets...
2024-10-09  drhFix a problem in the generate_series() extension introd...
2024-10-09  danFix the xCheckReservedLock() method of the flock VFS...
2024-10-09  danFix the xCheckReservedLock() method of the flock VFS... flock-vfs-fix
2024-10-09  drhChange the makefile to prefer the use of tclsh9.0 if...
2024-10-09  drhMake it so that the TCL extension installed using ...
2024-10-09  drhChanges to the TCL extension and how it is built, sugge...
2024-10-09  drhImproved handling of unicode characters in the LIKE...
2024-10-09  stephanAdd a few missing $(BEXE) suffixes on makefile targets...
2024-10-08  drhEnable the ".crnl" command on Windows builds of the...
2024-10-08  drhAdditional improvements to the behavior of ".crnl"...
2024-10-08  drhFix the .crnl command in the shell so that it does...
2024-10-08  drhAllow expressions with subtypes to be read from indexes...
next