Quantcast
Channel: SQLite
Browsing all 2701 articles
Browse latest View live
↧

Remove a stray comment in the JSON code. (tags: trunk)

Remove a stray comment in the JSON code. (tags: trunk)

View Article


Extra ALWAYS() macros to verify state in the sqlite3ExprCanBeNull() routine....

Extra ALWAYS() macros to verify state in the sqlite3ExprCanBeNull() routine. (tags: trunk)

View Article


Always 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 Article

When 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 Article

When 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 Article


Test case for the previous check-in. (tags: trunk)

Test case for the previous check-in. (tags: trunk)

View Article

Ignore 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 Article

Add ALWAYS() and NEVER() on branches made unreachable by recent changes....

Add ALWAYS() and NEVER() on branches made unreachable by recent changes. (tags: trunk)

View Article


More 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 Article


Fix harmless compiler warning in the randomjson.c extension. (tags: trunk)

Fix harmless compiler warning in the randomjson.c extension. (tags: trunk)

View Article

On 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 Article

Remove redundant conditional from sqlite3ExprCanBeNull(). (tags: trunk)

Remove redundant conditional from sqlite3ExprCanBeNull(). (tags: trunk)

View Article

In 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 Article


Avoid 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 Article

Fix 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 Article


Add internal core-developer-only documentation of the JSONB format. (tags:...

Add internal core-developer-only documentation of the JSONB format. (tags: trunk)

View Article

Add 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 Article


Fix a usan complaint about signed integer overflow. (tags: trunk)

Fix a usan complaint about signed integer overflow. (tags: trunk)

View Article

Update #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 Article

Update #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
Browsing all 2701 articles
Browse latest View live