*MERGE* Merge latest trunk into this branch. (tags: win32-enable-setlk)
*MERGE* Merge latest trunk into this branch. (tags: win32-enable-setlk)
View ArticleBack out minor changes not required by this branch. (tags: win32-enable-setlk)
Back out minor changes not required by this branch. (tags: win32-enable-setlk)
View ArticleTemporarily enable zeroing of wal2-mode hash tables within PASSIVE, as well...
Temporarily enable zeroing of wal2-mode hash tables within PASSIVE, as well as non-PASSIVE, checkpoints. (tags: cf8f1552-commit-instr)
View ArticleMinor doc correction in ext/misc/shathree.c, as reported in the forum. No...
Minor doc correction in ext/misc/shathree.c, as reported in the forum. No functional changes. (tags: trunk)
View ArticleAssume an NT-based OS when running tests if sqlite_os_type is not set. (tags:...
Assume an NT-based OS when running tests if sqlite_os_type is not set. (tags: win32-enable-setlk)
View ArticleFix filectrl.test so that it works with winrt builds. (tags: win32-enable-setlk)
Fix filectrl.test so that it works with winrt builds. (tags: win32-enable-setlk)
View ArticleUse an inline asm "ret stosp" instruction instead of a memset() when a writer...
Use an inline asm "ret stosp" instruction instead of a memset() when a writer is required to zero a hash table. (tags: cf8f1552-commit-instr)
View ArticleAdd logging to report on occasions when loading the ANALYZE data is slow....
Add logging to report on occasions when loading the ANALYZE data is slow. (tags: cf8f1552-commit-instr)
View ArticleFix the build of sqlite3_analyzer.exe on Windows that was broken by check-in...
Fix the build of sqlite3_analyzer.exe on Windows that was broken by check-in [80f3bf8c2ee31ba1]. (tags: trunk)
View ArticleEnsure that the post-config checks for @UNEXPANDED_VARS@ pass even if...
Ensure that the post-config checks for @UNEXPANDED_VARS@ pass even if --disable-tcl is used, as reported in [forum:74ef8059fc|forum post 74ef8059fc]. (tags: trunk)
View ArticleMinor doc update in auto.def. No functional changes. (tags: trunk)
Minor doc update in auto.def. No functional changes. (tags: trunk)
View ArticleGuard the x64 assembler in wal.c with "ifdef __x86_64__". (tags:...
Guard the x64 assembler in wal.c with "ifdef __x86_64__". (tags: cf8f1552-commit-instr)
View ArticleUpdate logging (now v=16) to more closely analyze all attempts to load the...
Update logging (now v=16) to more closely analyze all attempts to load the main db schema. (tags: cf8f1552-commit-instr)
View ArticleAdd the SQLITE_PREPARE_DONT_LOG option for sqlite3_prepare_v3(), that...
Add the SQLITE_PREPARE_DONT_LOG option for sqlite3_prepare_v3(), that prevents errors in the compilation of the SQL from being sent to sqlite3_log(). (tags: trunk)
View ArticleOn x64 hardware, round-trip uint64_t→double→uint64_t conversions...
On x64 hardware, round-trip uint64_t→double→uint64_t conversions fail for values greater than UINT64_MAX-2047. This caused the SQLite text-to-float converter routine to give incorrect results for...
View ArticleOn x64 hardware, round-trip uint64_t→double→uint64_t conversions...
On x64 hardware, round-trip uint64_t→double→uint64_t conversions fail for values greater than UINT64_MAX-2047. This caused the SQLite text-to-float converter routine to give incorrect results for...
View ArticleIncrement the version number to 3.47.2 (tags: branch-3.47)
Increment the version number to 3.47.2 (tags: branch-3.47)
View ArticleFix harmless compiler warning caused by the previous check-in. (tags: trunk)
Fix harmless compiler warning caused by the previous check-in. (tags: trunk)
View ArticleFix more harmless compiler warnings. (tags: trunk)
Fix more harmless compiler warnings. (tags: trunk)
View ArticleA 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 by [81342fa6dd03fffb]. (tags: trunk)
View Article