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

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 Article


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


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

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

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


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

Avoid expiring prepared statements in the middle of an integrity-check....

Avoid expiring prepared statements in the middle of an integrity-check. (tags: trunk)

View Article

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


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


New test case based on Chromium bug report 1511689. (tags: trunk)

New test case based on Chromium bug report 1511689. (tags: trunk)

View Article

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

Enhancements to the "randomjson.c" extension. Automatically load that...

Enhancements to the "randomjson.c" extension. Automatically load that extension into fuzzcheck. (tags: trunk)

View Article

Enhancements to ext/misc/randomjson.c. (tags: trunk)

Enhancements to ext/misc/randomjson.c. (tags: trunk)

View Article


Bug fix in the randomjson.c extension. (tags: trunk)

Bug fix in the randomjson.c extension. (tags: trunk)

View Article

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


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

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


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

Add NEVER() to an unfalsifiable branch. (tags: trunk)

Add NEVER() to an unfalsifiable branch. (tags: trunk)

View Article

New JSON invariant test cases. (tags: trunk)

New JSON invariant test cases. (tags: trunk)

View Article
Browsing all 2276 articles
Browse latest View live