]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2025-02-03  danFix a use-after-free case in fts5 provoked by fuzzdata8... fuzz-data
2025-02-03  drhNew test case for test/fuzzdata8.db
2025-01-14  drhVersion 3.48.0 major-relase relase version-3.48.0
2025-01-13  drhRemove a stray tab character from a comment.
2025-01-13  drhGCC 13 has become more quite pedantic about the signatu...
2025-01-11  drhFix harmless "implicit fall through" warnings that...
2025-01-11  drhBetter job at suppressing harmless scan-build warnings...
2025-01-11  drhFix harmless scan-build warnings.
2025-01-11  stephanFix an age-old bug in the lower-level wasm/js helper...
2025-01-09  drhUpdate the makefile so that it puts the amalgamation...
2025-01-09  danWhen removing an fts5 in secure-delete mode, defer...
2025-01-08  danFix another assert() failure in fts5.
2025-01-08  danFix a crash in fts5 that could occur if shadow tables...
2025-01-08  drhCross-link and otherwise improve the various how-to...
2025-01-08  drhIn the doc/tcl-extension-testing.md document, provide...
2025-01-07  drhFurther refinement to the Tcl extension testing procedure.
2025-01-07  drhImprovements to [14b38ae6ab86a314] so that the Tcl...
2025-01-07  drhFix a memory error in test logic introduced by [8704034...
2025-01-07  drhTypo in the previous check-in.
2025-01-07  drhEnhancements to the Tcl SQLite extension testing proced...
2025-01-07  drhMake the TCL extension aware of the booleanString type...
2025-01-07  drhFix a typo in the previous check-in.
2025-01-07  drhMinor fixes to tclsqlite.c to promote portability.
2025-01-06  drhEnhance the makefile to make it easier to build from...
2025-01-06  drhFix a problem with tool/mksqlite3h.tcl that prevents...
2025-01-06  drhFix a minor problem with the sqlite3_get_table_printf...
2025-01-06  danAdd test case for using both SQLITE_CHANGESETAPPLY_IGNO...
2025-01-05  drhFurther refactoring of the TCL extension test procedure...
2025-01-05  drhRefactor the TCL extension test procedure to deal with...
2025-01-05  drhFix typo in the tcl-extension-testing.md document.
2025-01-05  drhImprovements to TCL extension test procedure descriptio...
2025-01-04  drhImprovements to testing and validation of the SQLite...
2025-01-04  drhShow the values of $(JIM_TCLSH) and $(VISUALSTUDIOVERSI...
2025-01-04  drhAllow the 2nd argument to ".param set" to use previousl...
2025-01-04  danFix a problem in the sessions extension allowing change...
2025-01-04  drhAdd the document describing test procedures for the...
2025-01-04  drhAdjust the Windows Makefile.msc so that it can build... test-procedures
2025-01-04  drhAdd new tcl-extension-testing.md document. The Windows...
2025-01-03  drhAdd comment to the columnIsGoodIndexCandidate() routine...
2025-01-03  danAvoid using Int32x32To64() with a 64-bit argument in...
2025-01-02  drhImprove the treeview output for CteUse objects.
2025-01-02  drhImprovements to the display of subqueries in the FROM...
2025-01-02  drhClose database connections in test/dbpage.test, for...
2025-01-02  drhFix recent test cases so that they work even when auto_...
2025-01-02  danAdd a test case for ROLLBACK TO of database truncate...
2025-01-02  drhImprovements to the way that truncation is implemented...
2025-01-02  drhUpdate the build instructions for Windows to note that...
2025-01-01  drhFix the tool/omittest.tcl script, broken by [d8c0e01842...
2025-01-01  drhFix the vfstrace.c extension so that it supports xFetch...
2024-12-30  drhAdd the convenience makefile target (unix-only) "src...
2024-12-30  drhNew assert() statements to show that the sqlite3_value...
2024-12-30  drhAdd an extra assert() to releaseMemArray() just to...
2024-12-29  drhFour new assert() statements to help with static analysis.
2024-12-28  drhShow ETC in fuzzcheck with the --spinner option when...
2024-12-28  drhFixes to the substr() SQL function so that it can handl...
2024-12-22  drhIn the (debugging) rtreenode() function, do not overrid...
2024-12-19  drhFix a test case in sqllimits1.test so that it works...
2024-12-19  drhCorrection to check-in [a9759fc78d6cb0df] - printf...
2024-12-19  drhThe BTree mutex must be held when calling sqlite3BtreeL...
2024-12-19  drhFix the sort4.test module so that the first two test...
2024-12-19  stephanconfigure script: only set the SQLITE_TEMP_STORE featur...
2024-12-19  drhFix the Microsoft makefile so that it does not set...
2024-12-19  drhEnhance lemon so that it accepts the -U command-line...
2024-12-19  drhFix additional integer overflow problems in the substr...
2024-12-18  drhFix possible integer oveflow in the second and third...
2024-12-18  drhAvoid 32-bit roundoff error on the second argument...
2024-12-18  stephanRename some var refs in ext/lsm1/Makefile for the new...
2024-12-17  drhDo not attempt to truncate a database in sqlite_dbpage...
2024-12-16  drhCode formatting changes to make trunk more like wal2.
2024-12-16  drhChanges for better alignment with the wal2 branch.
2024-12-16  drhRemove unnecessary end-of-line whitespace.
2024-12-16  stephanTiny makefile/configure script doc tweaks. No functiona...
2024-12-13  drhFix a harmless compiler warning that comes up when...
2024-12-12  drhIncrease the maximum number of arguments on an SQL...
2024-12-10  drhFix harmless typo in a comment describing the columnMal...
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  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.
next