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 ArticleFix 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 ArticleWork 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 ArticleFix 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 ArticleFix harmless compiler warnings seen with MSVC. (tags: branch-3.45)
Fix harmless compiler warnings seen with MSVC. (tags: branch-3.45)
View ArticleFix harmless compiler warning seen with MSVC. (tags: branch-3.45)
Fix harmless compiler warning seen with MSVC. (tags: branch-3.45)
View ArticleFix 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 ArticleDo 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 ArticleAdd 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 ArticleFix 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 ArticleInitial 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 ArticleSimplify the parser changes on this branch. (tags: exp-values-clause)
Simplify the parser changes on this branch. (tags: exp-values-clause)
View Articlewasm 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 ArticleImproved error handling. (tags: exp-values-clause)
Improved error handling. (tags: exp-values-clause)
View ArticleResolve 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 ArticleMust 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 ArticleDo 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 ArticleFix 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