A cleaner and more robust solution to the floating-point conversion problem...
A cleaner and more robust solution to the floating-point conversion problem originally fixed earlier today. (tags: branch-3.47)
View ArticleYet another iteration of the solution to the floating-point conversion...
Yet another iteration of the solution to the floating-point conversion problem - this what avoids complaints about oversize double values from -fsanitize. (tags: trunk)
View ArticleYet another iteration of the solution to the floating-point conversion...
Yet another iteration of the solution to the floating-point conversion problem. This one avoids complaints about oversize double values from -fsanitize. (tags: branch-3.47)
View ArticleVersion 3.47.2 (tags: release, branch-3.47, version-3.47.2)
Version 3.47.2 (tags: release, branch-3.47, version-3.47.2)
View Article*MERGE* Version 3.47.2 for begin-concurrent (tags: begin-concurrent-3.47)
*MERGE* Version 3.47.2 for begin-concurrent (tags: begin-concurrent-3.47)
View Article*MERGE* Version 3.47.2 for wal2 (tags: wal2-3.47)
*MERGE* Version 3.47.2 for wal2 (tags: wal2-3.47)
View Article*MERGE* Version 3.47.2 for the reuse-schema branch. (tags: reuse-schema-3.47)
*MERGE* Version 3.47.2 for the reuse-schema branch. (tags: reuse-schema-3.47)
View Article*MERGE* Update the wal2 branch with the latest trunk enhancements and fixes....
*MERGE* Update the wal2 branch with the latest trunk enhancements and fixes. (tags: wal2)
View Article*MERGE* Merge the latest trunk fixes and enhancements into the bedrock...
*MERGE* Merge the latest trunk fixes and enhancements into the bedrock branch. (tags: bedrock)
View ArticleAdd a note in Makefile.msc about EXTRA_SRC files possibly requiring manual...
Add a note in Makefile.msc about EXTRA_SRC files possibly requiring manual editing, as discussed in [forum:903f721f3e7c0d25|forum thread 903f721f3e7c0d25]. (tags: trunk)
View ArticleResynchronize autoconf/Makefile.msc (tags: makefile-fix)
Resynchronize autoconf/Makefile.msc (tags: makefile-fix)
View Article*MERGE* Add a note in Makefile.msc about EXTRA_SRC files possibly requiring...
*MERGE* Add a note in Makefile.msc about EXTRA_SRC files possibly requiring manual editing. (tags: trunk)
View ArticleFix an obscure problem with multiple outer joins, ON clauses and query...
Fix an obscure problem with multiple outer joins, ON clauses and query flattening. Forum [forum:5c8a069d23|thread 5c8a069d23]. (tags: forum-5c8a069d23-fix)
View Article*MERGE* Fix an obscure problem with multiple outer joins, ON clauses and...
*MERGE* Fix an obscure problem with multiple outer joins, ON clauses and query flattening. Forum [forum:5c8a069d23|thread 5c8a069d23]. (tags: trunk)
View ArticleFurther improvements to the decimal-to-float conversion for values close to...
Further improvements to the decimal-to-float conversion for values close to LARGEST_UINT64. (tags: trunk)
View ArticleAdd NEVER() around branches that seems to have been made obsolete by...
Add NEVER() around branches that seems to have been made obsolete by [a350ea7c6b89725b]. (tags: trunk)
View ArticleEnhance tests to ensure that blocking locks, and not calls to xSleep(), are...
Enhance tests to ensure that blocking locks, and not calls to xSleep(), are being used by SQLITE_ENABLE_SETLK_TIMEOUT builds when they should be. (tags: win32-enable-setlk)
View ArticleTest the case where a db connection blocks for a while and then successfully...
Test the case where a db connection blocks for a while and then successfully obtains the lock. (tags: win32-enable-setlk)
View ArticleEnhance the ".import" command of the CLI so that it is able to insert into a...
Enhance the ".import" command of the CLI so that it is able to insert into a view that has an instead-of trigger. (Originally checked into the wrong branch.) (tags: commit-and-continue)
View ArticleEnhance the ".import" command of the CLI so that it is able to insert into a...
Enhance the ".import" command of the CLI so that it is able to insert into a view that has an instead-of trigger. [forum:/info/3e03c73150f8b9f8|Forum post 3e03c73150f8b9f8]. (tags: trunk)
View Article