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

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 Article


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


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

Doc typo fixes from [forum:0bce273669 | forum post 0bce273669]. (tags: trunk)

Doc typo fixes from [forum:0bce273669 | forum post 0bce273669]. (tags: trunk)

View Article


A slight doc rephrasing for clarity, suggested in the forum. (tags: trunk)

A slight doc rephrasing for clarity, suggested in the forum. (tags: trunk)

View Article

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

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


Improve the accuracy of sqlite3BtreeRowCountEst(). (tags: trunk)

Improve the accuracy of sqlite3BtreeRowCountEst(). (tags: trunk)

View Article


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

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

Numerous small doc typo from BrickViking. (tags: trunk)

Numerous small doc typo from BrickViking. (tags: trunk)

View Article

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


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

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


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

Remove some duplicated JS tests. (tags: trunk)

Remove some duplicated JS tests. (tags: trunk)

View Article


Minor JS test cleanups prompted by a linter. (tags: trunk)

Minor JS test cleanups prompted by a linter. (tags: trunk)

View Article

API doc typo fixes from brickviking. (tags: trunk)

API doc typo fixes from brickviking. (tags: trunk)

View Article

Add 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
Browsing all 4573 articles
Browse latest View live