Complete a line of documentation which was interrupted mid-sentence. (tags:...
Complete a line of documentation which was interrupted mid-sentence. (tags: trunk)
View ArticleAdd tests for DELETE on contentless, contentless-delete and...
Add tests for DELETE on contentless, contentless-delete and contentless-unindexed fts5 tables. (tags: fts5-contentless-unindexed)
View ArticleAdd another missing mkdir to the wasm build process. (tags: trunk)
Add another missing mkdir to the wasm build process. (tags: trunk)
View Article*MERGE* Merge trunk changes into this branch. (tags: fts5-contentless-unindexed)
*MERGE* Merge trunk changes into this branch. (tags: fts5-contentless-unindexed)
View ArticleFix the CLI so that the --bom option only outputs a single BOM, not two....
Fix the CLI so that the --bom option only outputs a single BOM, not two. (tags: trunk)
View ArticleRationalize some of the new code on this branch. (tags: fts5-tokendata-prefix)
Rationalize some of the new code on this branch. (tags: fts5-tokendata-prefix)
View Article*MERGE* Merge all the latest trunk enhancements into the begin-concurrent...
*MERGE* Merge all the latest trunk enhancements into the begin-concurrent branch. (tags: begin-concurrent)
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 reuse-schema branch....
*MERGE* Merge the latest trunk enhancements into the reuse-schema branch. (tags: reuse-schema)
View ArticleIn fts5, avoid starting a new merge of level L if there exists already an...
In fts5, avoid starting a new merge of level L if there exists already an ongoing merge of a level less than L. (tags: trunk)
View Article*MERGE* Merge the latest trunk enhancements, including fix for assert()...
*MERGE* Merge the latest trunk enhancements, including fix for assert() failure in fts5, into the wal2 branch. (tags: wal2)
View ArticleFix a usan warning in test_hexio.c on this branch. (tags: wal2)
Fix a usan warning in test_hexio.c on this branch. (tags: wal2)
View Article*MERGE* Merge the latest trunk enhancements, via the wal2 branch, into the...
*MERGE* Merge the latest trunk enhancements, via the wal2 branch, into the bedrock branch. (tags: bedrock)
View ArticleFix the character width tables for the CLI such that all unicode code-points...
Fix the character width tables for the CLI such that all unicode code-points less than 0x300 have a width of 1. This is in fact the case for Mac, Ubuntu, and Windows. (tags: trunk)
View ArticleAdd an #if'd-out block to sqlite3-wasm.c mentioning the LONGDOUBLE_TYPE, as...
Add an #if'd-out block to sqlite3-wasm.c mentioning the LONGDOUBLE_TYPE, as brought up in [forum:cbfb0d0ac0a4e349 | forum post cbfb0d0ac]. No functional changes. (tags: trunk)
View ArticleAdd compile-time option -DSQLITE_USE_LONG_DOUBLE=0 to omit all attempts to...
Add compile-time option -DSQLITE_USE_LONG_DOUBLE=0 to omit all attempts to use "long double". Or =1 to omit attempts to use the Dekker algorithms to achieve high-resolution floating point. (tags: trunk)
View ArticleUse the new SQLITE_USE_LONG_DOUBLE to disable long-double support in WASM...
Use the new SQLITE_USE_LONG_DOUBLE to disable long-double support in WASM builds, as they cannot be represented in JS and this saves approximately 5.5kb in the resulting wasm file. (tags: trunk)
View ArticleAnother comment about the LONGDOUBLE wasm topic. No code changes. (tags: trunk)
Another comment about the LONGDOUBLE wasm topic. No code changes. (tags: trunk)
View ArticleNew #ifdefs to omit code that is unused when SQLITE_USE_LONG DOUBLE is...
New #ifdefs to omit code that is unused when SQLITE_USE_LONG DOUBLE is defined. (tags: trunk)
View ArticleRemove all code that makes use of the C-language "long double" datatype....
Remove all code that makes use of the C-language "long double" datatype. (tags: omit-long-double)
View Article