Remove a stray comment in the JSON code. (tags: trunk)
Remove a stray comment in the JSON code. (tags: trunk)
View ArticleExtra ALWAYS() macros to verify state in the sqlite3ExprCanBeNull() routine....
Extra ALWAYS() macros to verify state in the sqlite3ExprCanBeNull() routine. (tags: trunk)
View ArticleAlways make the sqlite_dbdata virtual table available in the CLI. (tags: trunk)
Always make the sqlite_dbdata virtual table available in the CLI. (tags: trunk)
View ArticleWhen unable to resolve an identifier, change the Expr node into TK_NULL...
When unable to resolve an identifier, change the Expr node into TK_NULL rather than TK_COLUMN, to prevent any downstream misuse of the non-existent column. dbsqlfuzz...
View ArticleWhen unable to resolve an identifier, change the Expr node into TK_NULL...
When unable to resolve an identifier, change the Expr node into TK_NULL rather than TK_COLUMN, to prevent any downstream misuse of the non-existent column. (tags: branch-3.44)
View ArticleTest case for the previous check-in. (tags: trunk)
Test case for the previous check-in. (tags: trunk)
View ArticleIgnore COLLATE operators when determining whether the result of a...
Ignore COLLATE operators when determining whether the result of a subexpression should be shallow-copied or deep-copied. (tags: trunk)
View ArticleAdd ALWAYS() and NEVER() on branches made unreachable by recent changes....
Add ALWAYS() and NEVER() on branches made unreachable by recent changes. (tags: trunk)
View ArticleMore precise computation of the size of data structures in the query planner....
More precise computation of the size of data structures in the query planner. Response to [forum:/forumpost/7d8685d49d|Forum post 7d8685d49d]. (tags: trunk)
View ArticleFix harmless compiler warning in the randomjson.c extension. (tags: trunk)
Fix harmless compiler warning in the randomjson.c extension. (tags: trunk)
View ArticleOn second thought, we don't really need sqlite_dbdata accessible to the CLI....
On second thought, we don't really need sqlite_dbdata accessible to the CLI. (tags: trunk)
View ArticleRemove redundant conditional from sqlite3ExprCanBeNull(). (tags: trunk)
Remove redundant conditional from sqlite3ExprCanBeNull(). (tags: trunk)
View ArticleIn JSON - minor code cleanup and refactoring with a small size reduction and...
In JSON - minor code cleanup and refactoring with a small size reduction and performance increase. (tags: trunk)
View ArticleAvoid harmless integer overflow in pager status statistics gathering....
Avoid harmless integer overflow in pager status statistics gathering. Response to [forum:/forumpost/7f4cdf23f9|forum post 7f4cdf23f9]. (tags: trunk)
View ArticleFix SQLITE_ENABLE_SETLK_TIMEOUT assert() statements in os_unix.c to avoid...
Fix SQLITE_ENABLE_SETLK_TIMEOUT assert() statements in os_unix.c to avoid reading past the end of the unixShmNode.aMutex[] array. (tags: trunk)
View ArticleAdd internal core-developer-only documentation of the JSONB format. (tags:...
Add internal core-developer-only documentation of the JSONB format. (tags: trunk)
View ArticleAdd a new comment to debugging output routine sqlite3WhereLoopPrint() to...
Add a new comment to debugging output routine sqlite3WhereLoopPrint() to remind us of what the various fields of the debug output mean. No changes to code. (tags: trunk)
View ArticleFix a usan complaint about signed integer overflow. (tags: trunk)
Fix a usan complaint about signed integer overflow. (tags: trunk)
View ArticleUpdate #ifdef checks in pager.c and util.c to account for [0462a2612d1fc1d0]...
Update #ifdef checks in pager.c and util.c to account for [0462a2612d1fc1d0] to resolve the build problem reported in [forum:9819032aac|forum post 9819032aac]. (tags: trunk)
View ArticleUpdate #ifdef checks in pager.c and util.c to account for [0462a2612d1fc1d0]...
Update #ifdef checks in pager.c and util.c to account for [0462a2612d1fc1d0] to resolve the build problem reported in [forum:9819032aac|forum post 9819032aac]. (tags: branch-3.44)
View Article