I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improved detection of invalid command-line arguments to the showdb and showwal debugging utility programs. More... almost 2 years ago
Avoid using Tcl command [clock] in testrunner.tcl. More... almost 2 years ago
Do not run test script pendingrace.test as part of the inmemory_journal permutation. More... almost 2 years ago
Add configuration data for osx and windows to testrunner_data.tcl More... almost 2 years ago
Improved and simplified logic for resolving the various aliases of the schema table. More... almost 2 years ago
Resolve all possible aliases and variations of the schema table names. More... almost 2 years ago
Remove automatic installation of JS-global S object for the sake of client libraries which embed this library, per [forum:9d4f722c6912799d|request in the forum]. More... almost 2 years ago
Adjustments of assert() statement in STAT4 in order to give 100% MC/DC. More... almost 2 years ago
New assert() statements to verify that sqlite3DeleteIndexSamples() is always called with non-NULL parameters. More... almost 2 years ago
Update testrunner.tcl to use a separate process for each test script. And to run some extra tests too. More... almost 2 years ago
Just because a CTE is used more than once, does not mean it should be tagged with M10d_Yes and thereby prohibited from participating in the query flattening optimization. See [forum:/forumpost/1d571c02963355ed|forum thread 1d571c02963]. More... almost 2 years ago
Fix a comment related to PENDING locks in os_unix.c. No code changes. More... almost 2 years ago
Fix a race condition during hot-journal rollback on unix that could theoretically cause spurious corruption errors. More... almost 2 years ago
Fix a race condition during hot-journal rollback that could theoretically cause spurious corruption errors. More... almost 2 years ago
Additional tweaks to the enhancement at [609fbb94b8f01d67] to further reduce the cost estimate for constructing an automatic index on an ephemeral table, in order to resolve the performance problem described by [forum:/forumpost/1d571c0296|forum post 1d571c0296]. More... almost 2 years ago
Two JS file renames which got inadvertently undone while setting up [9062b31174618c0e]. Cosmetic cleanups in ext/wasm/dist.make. More... almost 2 years ago
Correct the handling of the worker1 and promiser JS files in the face of the bundler-friendly changes. Those files require separate, bundler-friendly copies. More... almost 2 years ago
Do not assume that sub-queries that contain window functions are uncorrelated. More... almost 2 years ago
Show more details about the SrcItem.fg field in tree-trace output. More... almost 2 years ago
Fix a problem causing "PRAGMA quick_check" to return spurious corruption errors for a WITHOUT ROWID for which all columns are either virtual or part of the primary key, and for which the order of the columns in the primary key definition is different from the order in the table. More... almost 2 years ago
Update sqllimits1.test to account for the fact that if an odd value is specified as the length in bytes of a utf-16 string, it is truncated to the largest smaller even number. More... almost 2 years ago
Makefile doc touchups - no code/build changes. More... almost 2 years ago
Overhaul ext/wasm/GNUmakefile to consolidate what amounts to much copy/paste/slightly-edit duplication into a single function, called once per distinctive build mode (vanilla, ESM, bundler-friendly). More... almost 2 years ago
Enhance oo1.DB.exec() to simplify returning whole result sets. More... almost 2 years ago
Add JS bundler-friendly JS build. Minor test code cleanups. More... almost 2 years ago
Fix compiler warning in base85.c. More... almost 2 years ago
Update ext/wasm/README-dist.txt for the bundler-friendly build. More... almost 2 years ago
Add an assert() to help static analyzers. More... almost 2 years ago
Do not try to run rbu tests with builds that do not support rbu. More... almost 2 years ago
Add a feature idea note to DB.exec(), derived from a forum discussion. More... almost 2 years ago