Use SQLITE_STRICT_SUBTYPE=1 by default for the JNI and WASM builds unless...
Use SQLITE_STRICT_SUBTYPE=1 by default for the JNI and WASM builds unless they're explicitly built with SQLITE_STRICT_SUBTYPE=0. (tags: trunk)
View ArticleCorrect --enable-sab flag in ext/wasm/GNUmakefile to fix a silent alhttpd...
Correct --enable-sab flag in ext/wasm/GNUmakefile to fix a silent alhttpd args-parsing error. (tags: trunk)
View ArticleAvoid running the "no_mutex_try" tests with SQLITE_ENABLE_SETLK_TIMEOUT...
Avoid running the "no_mutex_try" tests with SQLITE_ENABLE_SETLK_TIMEOUT builds as part of the release test. (tags: trunk)
View ArticleDo not run test script fts5origintest4.test with either "memsubsys1" or...
Do not run test script fts5origintest4.test with either "memsubsys1" or "mmap" permutations. (tags: trunk)
View ArticleFix a new JSON test case so that it works even if SQLITE_OMIT_VIRTUALTABLE is...
Fix a new JSON test case so that it works even if SQLITE_OMIT_VIRTUALTABLE is defined. (tags: trunk)
View ArticleAdd mention of --buildonly and --dryrun to the testrunner.tcl usage screen....
Add mention of --buildonly and --dryrun to the testrunner.tcl usage screen. (tags: trunk)
View ArticleAvoid expiring prepared statements in the middle of an integrity-check....
Avoid expiring prepared statements in the middle of an integrity-check. (tags: trunk)
View ArticleIn the count-of-view optimization, deferring freeing obsolete parts of the...
In the count-of-view optimization, deferring freeing obsolete parts of the parse tree, on the off-chance that some other part of the code might be holding a pointer to those parts. (tags: trunk)
View ArticleFix a spurious "misuse of aggregate function" error that could occur when an...
Fix a spurious "misuse of aggregate function" error that could occur when an aggregate function was used within the FROM clause of a sub-select of the select that owns the aggregate. (tags: branch-3.43)
View ArticleNew test case based on Chromium bug report 1511689. (tags: trunk)
New test case based on Chromium bug report 1511689. (tags: trunk)
View ArticleEnable SQLITE_STRICT_SUBTYPE for default builds of the shell, fuzzcheck, and...
Enable SQLITE_STRICT_SUBTYPE for default builds of the shell, fuzzcheck, and testfixture. (tags: trunk)
View ArticleEnhancements to the "randomjson.c" extension. Automatically load that...
Enhancements to the "randomjson.c" extension. Automatically load that extension into fuzzcheck. (tags: trunk)
View ArticleEnhancements to ext/misc/randomjson.c. (tags: trunk)
Enhancements to ext/misc/randomjson.c. (tags: trunk)
View ArticleBug fix in the randomjson.c extension. (tags: trunk)
Bug fix in the randomjson.c extension. (tags: trunk)
View ArticleEnsure that all object labels for individual objects generated by...
Ensure that all object labels for individual objects generated by randomjson.c are unique. (tags: trunk)
View ArticleAdd randomjson.c to testfixture. Use it for a new set of invariant tests...
Add randomjson.c to testfixture. Use it for a new set of invariant tests against JSON functions. (tags: trunk)
View ArticleEnsure that the insert/delete size delta on JSONB objects in the JSON cache...
Ensure that the insert/delete size delta on JSONB objects in the JSON cache are always set to zero. (tags: trunk)
View ArticleFix JSON to JSONB translation so that it deals correctly with Infinity and...
Fix JSON to JSONB translation so that it deals correctly with Infinity and NaN. (tags: trunk)
View ArticleAdd NEVER() to an unfalsifiable branch. (tags: trunk)
Add NEVER() to an unfalsifiable branch. (tags: trunk)
View ArticleNew JSON invariant test cases. (tags: trunk)
New JSON invariant test cases. (tags: trunk)
View Article