]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2025-02-05  stephanPortability tweaks to the code generators so that they... branch-3.48
2025-01-31  danRemove an assert() that is not true if a trace-callback...
2025-01-31  drhFix a problem with LIKE and GLOB processing in utf...
2025-01-31  drhIf any errors occur while processing sqlite_dbpage...
2025-01-31  stephanCorrect a typo in tool/emcc.sh.in which could cause...
2025-01-30  drhThe reuse-subroutine optimization might have generated
2025-01-30  stephanMinor cleanups to the previous checkin. No functional...
2025-01-30  stephanFix build regression, introduced in [d2fe6b05f38d9d...
2025-01-30  drhMake two private routines in FTS "static" so that they...
2025-01-29  danFix bug in sessions handling of FK constraints introduc...
2025-01-28  drhFix a copy/paste typo in the output of vfstrace for...
2025-01-28  drhThe new SQLITE_USE_W32_FOR_CONSOLE_IO macro causes...
2025-01-23  danHave fts5 better handle OOM errors from sqlite3_blob_cl...
2025-01-23  stephanDo not strip binaries during 'make install', for consis...
2025-01-21  drhFix date/time computations to deal with the sub-millise...
2025-01-21  drhIncrease the version number to 3.48.1.
2025-01-21  drhRemove an assert() in the unix file locking logic that...
2025-01-20  stephanconfigure script: work around msys's inability to ...
2025-01-20  danFix an assert() that could fail if a virtual table...
2025-01-20  stephanconfigure script: remove an overzealous is-a-file check...
2025-01-18  stephanWhen cross-compiling, change the CFLAGS default to...
2025-01-18  stephanWhen running make install, avoid the -s (strip) flag...
2025-01-17  drhFix a potential one-byte buffer overrun when reading...
2025-01-15  drhCheck-in [da9124fee28c155c] broken the new SQLITE_IOCAP...
2025-01-15  stephanRe-enable comment-stripping in the JS dist builds.
2025-01-15  stephanWork around [https://github.com/emscripten-core/emscrip...
2025-01-15  stephanDisable the C-style comment stripper in the JS dist...
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...
next