Increase the default "max_page_count" to its theoretical maximum of...
Increase the default "max_page_count" to its theoretical maximum of 4294967294. (tags: trunk)
View ArticleFix a problem in fts5 caused by a COMMIT involving fts5 data that immediately...
Fix a problem in fts5 caused by a COMMIT involving fts5 data that immediately follows a ROLLBACK TO that does not. (tags: trunk)
View ArticleAdjust the sqlite3PagerDirectReadOk() routine (part of the...
Adjust the sqlite3PagerDirectReadOk() routine (part of the SQLITE_DIRECT_OVERFLOW_READ optimization) to use less code and to be more easily testable. (tags: trunk)
View ArticleBack out [b517a52fa36df0a0] which is no longer reachable due to early error...
Back out [b517a52fa36df0a0] which is no longer reachable due to early error detection enhancements in [166e82dd20efbfd3]. (tags: trunk)
View ArticleUpdate the sqldiff.exe utility program so that it uses the sqlite3_str string...
Update the sqldiff.exe utility program so that it uses the sqlite3_str string interface, and so that it does console output using the ext/consio extension. (tags: trunk)
View ArticleEnhance sqlite3_analyzer.exe so that it uses the ext/consio extension. (tags:...
Enhance sqlite3_analyzer.exe so that it uses the ext/consio extension. (tags: trunk)
View ArticleChange a constant from decimal to hex to avoid a compiler warning on Mac....
Change a constant from decimal to hex to avoid a compiler warning on Mac. (tags: trunk)
View ArticleConvert the JSON functions to use lookaside memory allocation whenever...
Convert the JSON functions to use lookaside memory allocation whenever feasible, to avoid hitting the global memory allocator mutex. (tags: trunk)
View ArticleFix a #ifdef in sqlite3_test_control() that was preventing builds with...
Fix a #ifdef in sqlite3_test_control() that was preventing builds with SQLITE_OMIT_WSD. (tags: trunk)
View ArticleRestructure some code to fix what appears to be a false-positive UBSAN...
Restructure some code to fix what appears to be a false-positive UBSAN warning. (tags: trunk)
View Article*MERGE* Merge the latest trunk enhancements into the begin-concurrent branch....
*MERGE* Merge the latest trunk enhancements into the begin-concurrent branch. (tags: begin-concurrent)
View ArticleTesting code left in by accident. (tags: mistake)
Testing code left in by accident. (tags: mistake)
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 enhancements into the bedrock branch. (tags:...
*MERGE* Merge the latest trunk enhancements into the bedrock branch. (tags: bedrock)
View Article*MERGE* Avoid errors with SQLITE_OMIT_VIRTUALTABLE builds in json106.test and...
*MERGE* Avoid errors with SQLITE_OMIT_VIRTUALTABLE builds in json106.test and unionall.test. (tags: trunk)
View Article*MERGE* Merge the latest trunk enhancements into the reuse-schema branch....
*MERGE* Merge the latest trunk enhancements into the reuse-schema branch. (tags: reuse-schema)
View ArticleUpdate extension ext/misc/totext.c to avoid both ubsan warnings and dubious...
Update extension ext/misc/totext.c to avoid both ubsan warnings and dubious real->integer conversions. (tags: totype-fix)
View Article*MERGE* Update extension ext/misc/totext.c to avoid both ubsan warnings and...
*MERGE* Update extension ext/misc/totext.c to avoid both ubsan warnings and dubious real->integer conversions. (tags: trunk)
View ArticleUpdate JSON performance testing procedures for clarity and to describe how to...
Update JSON performance testing procedures for clarity and to describe how to do performance testing of JSONB. (tags: trunk)
View ArticleEnsure that SQLITE_PROTOCOL is not returned too early when a...
Ensure that SQLITE_PROTOCOL is not returned too early when a SQLITE_ENABLE_SETLK_TIMEOUT build fails to open a transaction on a wal mode database in cases where blocking locks are not being used....
View Article