Further clarify sqlite3_exec() callback parameter lifetime. (tags: trunk)
Further clarify sqlite3_exec() callback parameter lifetime. (tags: trunk)
View ArticleFurther clarify sqlite3_exec() callback parameter lifetime. (tags: branch-3.45)
Further clarify sqlite3_exec() callback parameter lifetime. (tags: branch-3.45)
View ArticleImproved AggInfo tracing in debug builds. No changes to deliverable code....
Improved AggInfo tracing in debug builds. No changes to deliverable code. (tags: trunk)
View ArticleIf a term of an ORDER BY or GROUP BY contains an aggregate function or...
If a term of an ORDER BY or GROUP BY contains an aggregate function or column, then it is not an alias that needs to be resolved, so don't try to. This fixes a harmless assertion found by dbsqlfuzz....
View ArticleIn the RTREE extension, allow the xBeginTransaction() entry point to be...
In the RTREE extension, allow the xBeginTransaction() entry point to be invoked multiple times without intervening calls to xEndTransaction(). (tags: trunk)
View ArticleCherrypick multiple fixes for trifling faults from trunk, so that all 834...
Cherrypick multiple fixes for trifling faults from trunk, so that all 834 dbsqlfuzz run clean with ASAN on branch-3.45. dbsqlfuzz. (tags: branch-3.45)
View ArticleAdd support for the ".testctrl fault_install" dot-command in the CLI when...
Add support for the ".testctrl fault_install" dot-command in the CLI when launched with the --unsafe-testing option. (tags: trunk)
View ArticleAdd a new sqlite3FaultSim() call in the btree logic, for testing. (tags:...
Add a new sqlite3FaultSim() call in the btree logic, for testing. (tags: new-btree-faultsim)
View Article*MERGE* Add a new sqlite3FaultSim() to btree for better fault analysis....
*MERGE* Add a new sqlite3FaultSim() to btree for better fault analysis. (tags: trunk)
View ArticleHave rtree avoid keeping a blob handle open following an error. (tags: trunk)
Have rtree avoid keeping a blob handle open following an error. (tags: trunk)
View ArticleHave rtree avoid keeping a blob handle open following an error. (tags:...
Have rtree avoid keeping a blob handle open following an error. (tags: branch-3.45)
View ArticleReplace the assert() that was removed by [f023cb541b5dd72c] because...
Replace the assert() that was removed by [f023cb541b5dd72c] because [1cd5d4623f44af25] made it true again. (tags: trunk)
View ArticleChanges to vtabCallConstructor() to avoid a harmless static analyzer warning...
Changes to vtabCallConstructor() to avoid a harmless static analyzer warning and to help prove that the UAF reported by [forum:/forumpost/cafbe582e8|forum post cafbe582e8] is a false-positive. (tags:...
View ArticleFix a bug in PRAGMA integrity_check introduced by enhancement (8a) in...
Fix a bug in PRAGMA integrity_check introduced by enhancement (8a) in [https://sqlite.org/releaselog/3_42_0.html|release 3.42.0] and first reported by [forum:/forumpost/ee4f6fa5ab|forum post...
View ArticleFix a bug in PRAGMA integrity_check introduced by enhancement (8a) in release...
Fix a bug in PRAGMA integrity_check introduced by enhancement (8a) in release 3.42.0. (tags: branch-3.45)
View ArticleFix a problem with the sqlite3_log() message identifying the table or index...
Fix a problem with the sqlite3_log() message identifying the table or index that a conflicting page belongs to. (tags: begin-concurrent)
View ArticleFix a problem with the sqlite3_log() message identifying the table or index...
Fix a problem with the sqlite3_log() message identifying the table or index that a conflicting page belongs to. (tags: bedrock)
View ArticleHandle an OOM case in fts5 code to query tokendata=1 tables. (tags: trunk)
Handle an OOM case in fts5 code to query tokendata=1 tables. (tags: trunk)
View ArticleRename the TF_StatsUsed flag to TF_MaybeReanalyze, to more accurately reflect...
Rename the TF_StatsUsed flag to TF_MaybeReanalyze, to more accurately reflect its usage. No logic changes. (tags: trunk)
View ArticleWork around a __VA_ARGS__ complaint in fiddle builds. (tags: trunk)
Work around a __VA_ARGS__ complaint in fiddle builds. (tags: trunk)
View Article