]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2025-01-22  drhAdd two new sqlite3_db_config() options that enable... enable-attach
2025-01-22  drhAdd the -q/--quiet option to test/speedtest.tcl. Autom...
2025-01-21  drhFix date/time computations to deal with the sub-millise...
2025-01-21  drhPerformance improvements to the (debug-use only) Mem...
2025-01-21  drhThe FuncDev.nArg field values -3 and -4 now have specia...
2025-01-21  danHave fts5 better handle OOM errors from sqlite3_blob_cl...
2025-01-21  drhUse Tcl_GetString() instead of Tcl_GetCharLength()...
2025-01-20  drhRemove an assert() in the unix file locking logic that...
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-19  drhAdd an SQLITE_TESTCTRL_OPTIMIZATION mask that can disab...
2025-01-19  stephanFurther refactoring of auto.def to simplify creation...
2025-01-19  stephanMinor internal refactoring of auto.def to support the...
2025-01-19  stephanMove some of the auto.def functions into autosetup...
2025-01-18  drhEnable automatic query-time indexes for WITHOUT ROWID...
2025-01-18  drhAdd a simple test case (many more are coming soon to... without-rowid-autoidx
2025-01-18  drhAdd support for automatic query-time indexes on WITHOUT...
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  drhFor the purpose of the query planner heuristic added...
2025-01-17  drhEnhance a comment on a test case to add recent context.
2025-01-17  stephanTypo fix in speedtest.md.
2025-01-17  drhImprovements to the speedtest.tcl script. Add document...
2025-01-17  drhAdd the test/speedtest.tcl script to simplify performan...
2025-01-17  drhFix a potential one-byte buffer overrun when reading...
2025-01-16  drhspeedtest1: further improvements to the "json" testset.
2025-01-16  drhspeedtest1: Improvements to the "json" testset. Bette...
2025-01-16  drhRevamp the "json" testset in speedtest1.
2025-01-16  drhAdd the "json" test case to speedtest1 and include...
2025-01-16  drhSpeedtest1 enhancements: (1) Add the ability to scale...
2025-01-16  stephanwasm: after generating the .js/.mjs file, strip out...
2025-01-16  stephanWhen generating the autoconf snapshot, replaces the...
2025-01-16  stephanReplace use of Emscripten's Module.postRun() with a...
2025-01-16  drhWhen two indexes have the same cost, use the narrower...
2025-01-15  drhCheck-in [da9124fee28c155c] broken the new SQLITE_IOCAP...
2025-01-15  stephanTeach tool/stripccomments.c that a backslash immediatel...
2025-01-15  stephanWork around [https://github.com/emscripten-core/emscrip...
2025-01-15  drhWhen choosing between two indexes with the same cost... consider-idx-width
2025-01-15  drhVariable names and conditional logic simplified in...
2025-01-15  stephanFix a typo in a wasm makefile var name, noting that...
2025-01-15  stephanDisable the C-style comment stripper in the JS dist...
2025-01-14  drhChange the version number to 3.49.0 to begin the next...
2025-01-14  drhTrying to remove a warning from some compiler that...
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...
next