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

The quote() SQL function should convert +Inf into 9.0e+999 and -Inf into...

The quote() SQL function should convert +Inf into 9.0e+999 and -Inf into -9.0e+999. See [forum:/forumpost/6675b25108|forum post 6675b25108]. (tags: branch-3.45)

View Article


Fix two -Werror=lto-type-mismatch warnings reported in...

Fix two -Werror=lto-type-mismatch warnings reported in [forum:ef62b57bd5|forum post ef62b57bd5]. (tags: branch-3.45)

View Article


Work around obscure floating point issue seen with older versions of MSVC....

Work around obscure floating point issue seen with older versions of MSVC. (tags: branch-3.45)

View Article

Fix a minor test file locking issue on Windows. (tags: branch-3.45)

Fix a minor test file locking issue on Windows. (tags: branch-3.45)

View Article

Fix harmless compiler warnings seen with MSVC. (tags: branch-3.45)

Fix harmless compiler warnings seen with MSVC. (tags: branch-3.45)

View Article


Fix harmless compiler warning seen with MSVC. (tags: branch-3.45)

Fix harmless compiler warning seen with MSVC. (tags: branch-3.45)

View Article

Fix a memory leak in new memdb1.test test cases that were added by...

Fix a memory leak in new memdb1.test test cases that were added by [e638d5e408ea2e18]. No changes to SQLite itself. (tags: branch-3.45)

View Article

Do not allow the query planner to be tricked into thinking that an index on a...

Do not allow the query planner to be tricked into thinking that an index on a constant expression might be useful for something. Problem reported on [forum:/forumpost/ecdfc02339|forum post ecdfc02339]....

View Article


Add further tests for the code on this branch. (tags: exp-values-clause)

Add further tests for the code on this branch. (tags: exp-values-clause)

View Article


Fix harmless compiler warnings in test code for the intck extension. (tags:...

Fix harmless compiler warnings in test code for the intck extension. (tags: trunk)

View Article

Initial work at getting sqlite3Worker1Promiser.v2() to return a Promise...

Initial work at getting sqlite3Worker1Promiser.v2() to return a Promise instead of using an onready() callback, and also creating an ESM build for promiser1 per user request. It seems to work but...

View Article

*MERGE* Merge all the latest trunk enhancements into the exp-values-clause...

*MERGE* Merge all the latest trunk enhancements into the exp-values-clause branch. (tags: exp-values-clause)

View Article

Simplify the parser changes on this branch. (tags: exp-values-clause)

Simplify the parser changes on this branch. (tags: exp-values-clause)

View Article


wasm promiser.v2 is essentially working but the demo code is double-loading...

wasm promiser.v2 is essentially working but the demo code is double-loading the module for as-yet-undetermined reasons. (tags: wasm-promiser1-v2)

View Article

Improved error handling. (tags: exp-values-clause)

Improved error handling. (tags: exp-values-clause)

View Article


Resolve duplicate loading of promiser v2 demo code (a side effect of having...

Resolve duplicate loading of promiser v2 demo code (a side effect of having done precisely what it was told to do). Consolidate demo-worker1-promiser(-esm).html/(m)js variants into central copies...

View Article

*MERGE* Introducing JS worker1 promiser v2, which initializes via Promise...

*MERGE* Introducing JS worker1 promiser v2, which initializes via Promise (instead of a callback function) and can be loaded as an ESM module. (tags: trunk)

View Article


Must use sqlite3IntFloatCompare() for accurate comparisons between very large...

Must use sqlite3IntFloatCompare() for accurate comparisons between very large integer and floating point values in RTREE. Otherwise the comparison does not work on all platforms. Further fix to...

View Article

Do not run tests for the intck extension in OMIT_VIRTUAL_TABLE or OMIT_PRAGMA...

Do not run tests for the intck extension in OMIT_VIRTUAL_TABLE or OMIT_PRAGMA builds. (tags: trunk)

View Article

Fix pragma6.test so that it works with ENABLE_OVERSIZE_CELL_CHECK builds....

Fix pragma6.test so that it works with ENABLE_OVERSIZE_CELL_CHECK builds. (tags: trunk)

View Article
Browsing all 2701 articles
Browse latest View live