Export the column-metadata APIs to WASM. Doing so requires a non-default...
Export the column-metadata APIs to WASM. Doing so requires a non-default build of sqlite3.c, so this is a proof-of-concept branch saved just in case SQLITE_ENABLE_COLUMN_METADATA ever becomes the...
View ArticleEnforce judgmental typing on STORED generated columns for STRICT tables....
Enforce judgmental typing on STORED generated columns for STRICT tables. [forum:/forumpost/6caf195248a849e4|Forum post 6caf195248]. (tags: trunk)
View ArticleExtend the pedantic enforcement of type in STRICT tables to cover VIRTUAL...
Extend the pedantic enforcement of type in STRICT tables to cover VIRTUAL columns. (tags: trunk)
View Article*MERGE* Expose the column metadata APIs to WASM (which does not require a...
*MERGE* Expose the column metadata APIs to WASM (which does not require a non-default sqlite3.c build, contrary to my prior mistaken claims). This adds only 424 bytes to sqlite3.wasm and 660 bytes to...
View ArticleDoc typo fixes from [forum:0bce273669 | forum post 0bce273669]. (tags: trunk)
Doc typo fixes from [forum:0bce273669 | forum post 0bce273669]. (tags: trunk)
View ArticleA slight doc rephrasing for clarity, suggested in the forum. (tags: trunk)
A slight doc rephrasing for clarity, suggested in the forum. (tags: trunk)
View ArticleCherry-pick of documentation updates from trunk - no code changes. (tags:...
Cherry-pick of documentation updates from trunk - no code changes. (tags: branch-3.50)
View ArticleGeneralize the indexCellCompare() so that works on any index page, not just...
Generalize the indexCellCompare() so that works on any index page, not just the current page that a cursor is pointing to. (tags: trunk)
View ArticleImprove the accuracy of sqlite3BtreeRowCountEst(). (tags: trunk)
Improve the accuracy of sqlite3BtreeRowCountEst(). (tags: trunk)
View ArticleFix an out-of-order local variable declaration in ext/misc/fileio.c. (tags:...
Fix an out-of-order local variable declaration in ext/misc/fileio.c. (tags: trunk)
View ArticleEnhance sqlite3BtreeSetPageSize() so that it detects early if no changes are...
Enhance sqlite3BtreeSetPageSize() so that it detects early if no changes are needed and exists with SQLITE_OK. (tags: trunk)
View ArticleNumerous small doc typo from BrickViking. (tags: trunk)
Numerous small doc typo from BrickViking. (tags: trunk)
View ArticleRework how JS's oo1.DB.exec() flags its Stmt objects to make certain Stmt...
Rework how JS's oo1.DB.exec() flags its Stmt objects to make certain Stmt APIs illegal (i.e. throwing) if called while that Stmt is being step()ped by DB.exec() (which can happen via client-provided...
View ArticleExtend the SEE-via-kvvfs tests to include all three key types. (tags: trunk)
Extend the SEE-via-kvvfs tests to include all three key types. (tags: trunk)
View ArticleGive oo1.Stmt.get() similar treatment to [8c187140a60b]. This is an internal...
Give oo1.Stmt.get() similar treatment to [8c187140a60b]. This is an internal change only - the API is unaffected. (tags: trunk)
View ArticleReduce the maximum --size flag for JS kvvfs speedtest1 from 4 to 2, as --size...
Reduce the maximum --size flag for JS kvvfs speedtest1 from 4 to 2, as --size 3 and 4 are overflowing the kvvfs storage limits. (tags: trunk)
View ArticleRemove some duplicated JS tests. (tags: trunk)
Remove some duplicated JS tests. (tags: trunk)
View ArticleMinor JS test cleanups prompted by a linter. (tags: trunk)
Minor JS test cleanups prompted by a linter. (tags: trunk)
View ArticleAPI doc typo fixes from brickviking. (tags: trunk)
API doc typo fixes from brickviking. (tags: trunk)
View ArticleAdd the --disable-rpath configure script flag to address...
Add the --disable-rpath configure script flag to address [forum:13cac3b56516f849 | forum post 13cac3b56516f849]. (tags: trunk)
View Article