Add the -fno-sanitize-recover=undefined to the sanitizer builds used for...
Add the -fno-sanitize-recover=undefined to the sanitizer builds used for sdevtest and release testing. To ensure that any test that provokes undefined behaviour fails. (tags: trunk)
View ArticleChange parameters on a debugging function to include "const". (tags: trunk)
Change parameters on a debugging function to include "const". (tags: trunk)
View ArticleAdd debugging output routines sqlite3ShowWhereLoop(X) and...
Add debugging output routines sqlite3ShowWhereLoop(X) and sqlite3ShowWhereLoopList(X) that can be invoked from a debugger to show a summary of the content of a single WhereLoop object or a list of...
View ArticleImprovements to the query planner to address the inefficiency described by...
Improvements to the query planner to address the inefficiency described by [forum:/forumpost/2568d1f6e6|forum post 2568d1f6e6]. (tags: trunk)
View ArticleAvoid signed integer overflow during integrity_check of FTS5. (tags: trunk)
Avoid signed integer overflow during integrity_check of FTS5. (tags: trunk)
View ArticleFix harmless compiler warnings associated with [5db30bcc338aac1c] (tags: trunk)
Fix harmless compiler warnings associated with [5db30bcc338aac1c] (tags: trunk)
View ArticleRemove an ALWAYS() added in [c50e6c2ace49d092] because it is sometimes false....
Remove an ALWAYS() added in [c50e6c2ace49d092] because it is sometimes false. dbsqlfuzz c393a4f783d42efd9552772110aff7e5d937f15e. (tags: trunk)
View ArticleImproved handling of malformed unicode within JSON strings. (tags: trunk)
Improved handling of malformed unicode within JSON strings. (tags: trunk)
View ArticleEnsure that the xColumnText(), xQueryPhrase() and xPhraseFirstColumn() APIs...
Ensure that the xColumnText(), xQueryPhrase() and xPhraseFirstColumn() APIs all return SQLITE_RANGE if they are passed a bad column or phrase number. (tags: trunk)
View ArticleFix a problem in the shell tool (not library) causing an out-of-bounds write...
Fix a problem in the shell tool (not library) causing an out-of-bounds write if an ".open" command failed, then the user pressed ctrl-c to interrupt a query running on the substitute in-memory...
View Article*MERGE* Merge recent trunk enhancements into the begin-concurrrent branch....
*MERGE* Merge recent trunk enhancements into the begin-concurrrent branch. (tags: begin-concurrent)
View Article*MERGE* Merge the latest trunk enhancements into the wal2 branch. (tags: wal2)
*MERGE* Merge the latest trunk enhancements into the wal2 branch. (tags: wal2)
View Article*MERGE* Merge the latest trunk changes into the bedrock branch. (tags: bedrock)
*MERGE* Merge the latest trunk changes into the bedrock branch. (tags: bedrock)
View Article*MERGE* Merge the latest trunk changes into the reuse-schema branch. (tags:...
*MERGE* Merge the latest trunk changes into the reuse-schema branch. (tags: reuse-schema)
View ArticleEnhance the (undocumented, debug-only) json_parse() SQL function so that it...
Enhance the (undocumented, debug-only) json_parse() SQL function so that it returns the text rendering of the JSONB parse of the input, rather than printing the rendering on stdout. (tags: trunk)
View ArticleFix harmless compiler warnings in FTS5. (tags: trunk)
Fix harmless compiler warnings in FTS5. (tags: trunk)
View ArticlePerformance improvement by unwinding a loop in jsonAppendString(). (tags: trunk)
Performance improvement by unwinding a loop in jsonAppendString(). (tags: trunk)
View ArticleUpdate fts5origintext4.test to work with SQLITE_DIRECT_OVERFLOW_READ. (tags:...
Update fts5origintext4.test to work with SQLITE_DIRECT_OVERFLOW_READ. (tags: trunk)
View ArticleEnable SQLITE_DIRECT_OVERFLOW_READ unless it is specifically disabled using...
Enable SQLITE_DIRECT_OVERFLOW_READ unless it is specifically disabled using the -DSQLITE_DIRECT_OVERFLOW_READ=0 compile-time option. (tags: trunk)
View ArticleMinor doc touchup in the JS bits. (tags: trunk)
Minor doc touchup in the JS bits. (tags: trunk)
View Article