]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-06-13  larrybrImprove and add docs for extensible shell.
2023-06-12  larrybrFinish .parameter improvements. (no set <cast_op> anymo...
2023-06-09  larrybrMore .parameter improvements, a WIP for ".parameter...
2023-06-09  larrybrSync w/trunk. Fix spelling nits. Add ".parameter edit...
2023-06-08  danRemove SQLITE_EXTENSION_INIT macros from dbdata.c.
2023-06-08  drhImprovements to the src-verify.c utility program so...
2023-06-08  drhFix the amagamation generator so that it works one...
2023-06-08  drhInclude source provenance in the header comment of...
2023-06-08  drhEnhance Lemon so that it remembers which -D command...
2023-06-07  larrybrAdd spell-checking for all comments in main sources...
2023-06-07  larrybrFix straggler misspellings and tidy the custom dictiona... spell-check
2023-06-07  drhRemove additional traces of FTS1 and FTS2 that were...
2023-06-07  drhRemove unused, legacy shell script "mkso.sh" from the...
2023-06-07  larrybrAdd a C-source spell-checking facility. make misspell...
2023-06-06  larrybrMore ExportHandler use. Sync w/trunk. Fix .archive UB.
2023-06-05  drhFix compiler warning in src-verify.c.
2023-06-05  drhUpdate the README.md file to talk about the verify...
2023-06-05  stephanRemove extraneous console trace output from previous...
2023-06-05  stephanAdd a JS test confirming that binding of statement...
2023-06-05  drhGeneralize the src-verify.c utility program and provide...
2023-06-05  mistachkinMinor cosmetic normalizations for the MSVC makefile.
2023-06-04  drhFix harmless compiler warnings in tool/src-verify.c
2023-06-04  drhEnhancement to tool/src-verify.c to also check the...
2023-06-04  drhAdd a prototype implementation for the "verify-source...
2023-06-02  larrybrClarify sqlite3_is_interrupted() return. No code change.
2023-06-02  larrybrGet built-in ExportHandler instances to do more of...
2023-06-02  drhRestore the LEFT JOIN strength reduction that was parti...
2023-06-02  larrybrDo that last CLI fix more simply, using established...
2023-06-02  larrybrFix CLI fault on missing -nonce reported by [forum...
2023-06-02  drhFix the OUTER JOIN strength reduction theorem prover...
2023-06-01  drhGeneralize the LEFT JOIN strength reduction optimizatio...
2023-06-01  drhIf the filename argument to sqlite3_load_extension...
2023-06-01  drhAdd an ALWAYS() on an unreachable branch.
2023-06-01  drhFix the LEFT JOIN strength reduction for IN operators...
2023-05-31  drhAdd a comment to explain why both sides of an AND must...
2023-05-31  drhImproved detection of when the LEFT JOIN strength reduc...
2023-05-31  drhMinor enhancement to the sqlite3_trace_v2() documentati...
2023-05-31  danFix a problem causing an infinite loop in the recovery...
2023-05-30  drhEnhancements to date/time functions:
2023-05-30  drhSimplifications to the new timediff() logic. timediff
2023-05-30  stephanMinor tweak to the OPFS async proxy to attempt to accou...
2023-05-30  stephanMinor internal JS doc fix. No code changes.
2023-05-30  drhNew test cases for the timediff enhancements.
2023-05-30  drhAll date/time modifiers of the form (+/-)YYYY-MM-DD...
2023-05-30  drhProblems fixed. All tests are passing now.
2023-05-30  drhImprovements to the timediff() function. Test cases...
2023-05-29  drhNew date/time modifier: (+|-)YYYY-MM-DD HH:MM(:SS...
2023-05-29  drhPrototype implementation of a proposed "timediff(X...
2023-05-27  drhFix an issue with sqldiff reported by
2023-05-27  danAdd extra tests for fts5, large rowids and "ORDER BY...
2023-05-27  larrybrCLI much closer to being callable. (fewer exit() calls...
2023-05-25  stephanAdd ability for the JS Worker1.exec() API to report...
2023-05-23  stephanMinor cleanups in demo JS code, per forum feedback.
2023-05-23  danAvoid performing aggregate processing more than once...
2023-05-23  drhWhen converting an aggregate expression to AGG_COLUMN...
2023-05-23  danFix a buffer overread in the recovery extension that...
2023-05-23  danAdd test cases for the recovery extension. No changes...
2023-05-22  larrybrAvoid duplicate WIN32_LEAN_AND_MEAN #define. Fix a...
2023-05-22  drhWhen a floating-point RTREE is presented with large...
2023-05-22  danFix a buffer overrun that could occur in fts5 when...
2023-05-21  larrybrFirst serious stab at FIDDLE-build-ready. Fix a flub...
2023-05-21  larrybrCLI code cleanup and shuffle for clarity. Moderate...
2023-05-19  stephanExtend detection of the INSERT...RETURNING locking...
2023-05-19  stephanMinor doc typo fix.
2023-05-19  stephanoo1.Stmt.finalize() no longer throws, but instead retur...
2023-05-19  drhImproved documentation for sqlite3_reset(), in response to
2023-05-19  stephansqlite3.oo1.Stmt.reset() now throws if sqlite3_reset...
2023-05-19  larrybrCLI resmanage used wherever resources should not be...
2023-05-19  stephanAdd a basic INSERT RETURNING test for the oo1.DB.exec...
2023-05-19  stephansqlite3.oo1.Stmt.finalize() now throws if sqlite3_final...
2023-05-19  stephanCorrect typo in an 'extern' decl name, reported in...
2023-05-19  drhChange the RTREE engine so that equality comparisons...
2023-05-18  larrybrCLI resmanage use to 100% by commands, 84% by LOC. WIP
2023-05-18  drhFix incorrect b-tree root page reports from the enhance...
2023-05-17  drhFast-path the btree transaction start for the common...
2023-05-17  drhSimplification, performance improvement, and size reduc...
2023-05-17  drhNew assert() statements to verify that Expr.iColumn...
2023-05-17  larrybrMore CLI resmanage use (75% LOC)
2023-05-17  drhImproved assertions on substExpr().
2023-05-17  danAvoid an assert() failure that could occur in SQLITE_EN...
2023-05-17  larrybrFurther CLI resmanage use. (69% by LOC, 53% by command...
2023-05-17  drhFix two assert() statements that failed to take into...
2023-05-16  larrybrFurther extend use of CLI resmanage. (40% of dot commands)
2023-05-16  larrybrUse CLI resmanage to ensure input redirection is unwoun...
2023-05-16  drhIncrease the version number to 3.43.0 in order to begin...
2023-05-16  stephanResolve the JS-side corner case reported in [forum...
2023-05-16  drhVersion 3.42.0 version-3.42.0
2023-05-16  drhUpdate the tool/mkmsvcmin.tcl script so that it prints...
2023-05-15  larrybrCLI debug build ready for testing whether OOM handling...
2023-05-15  larrybrFix CLI memory leak upon loading any shell extension.
2023-05-15  drhFix a C++-style variable declaration in the generate_se...
2023-05-15  danLimit the number of nested NOT nodes in an fts5 express...
2023-05-15  drhIncrease the stack size available to fuzzcheck to 8MB...
2023-05-15  danLimit the number of nested NOT nodes in an fts5 express... fts5-expr-limit
2023-05-15  drhAdd the --wait command-line option to fuzzcheck.
2023-05-15  larrybrMake generate_series() correct on ones complement ALUs...
2023-05-15  drhAs evidenced by [forum:/forumpost/f3f546025a|forum...
2023-05-15  drhSimplify the interface to constructAutomaticIndex().
2023-05-13  danFix windows-specific problems in test scripts sessionno...
2023-05-13  danRemove unnecessary call to sqlite3_dbdata_init() from...
next