Trying to remove a warning from some compiler that I do not have access to....
Trying to remove a warning from some compiler that I do not have access to. (tags: trunk)
View ArticleChange the version number to 3.49.0 to begin the next development cycle. Any...
Change the version number to 3.49.0 to begin the next development cycle. Any patches to 3.48.0 will go on a branch. (tags: trunk)
View ArticleAlways include the sz=NNN option in the sqlite_stat1.stat field. (tags:...
Always include the sz=NNN option in the sqlite_stat1.stat field. (tags: analyze-row-size)
View ArticleSome bug fixes to the previous. Still lots of bugs remaining. (tags:...
Some bug fixes to the previous. Still lots of bugs remaining. (tags: analyze-row-size)
View ArticleFix issues with the prior check-ins on this branch. The code seems to work...
Fix issues with the prior check-ins on this branch. The code seems to work now, though many tests fail because of the new sqlite_stat1.stat text. (tags: analyze-row-size)
View ArticleHave windows SQLITE_ENABLE_SETLK_TIMEOUT builds block indefinitely if the...
Have windows SQLITE_ENABLE_SETLK_TIMEOUT builds block indefinitely if the busy-timeout is set to 0x7FFFFFFF. (tags: win32-enable-setlk)
View ArticleFix another problem that was causing underestimates of index size. (Later:)...
Fix another problem that was causing underestimates of index size. (Later:) Closed this branch as I don't think it is the correct approach to the problem. Maybe I'll change my mind later, but that's...
View ArticleDisable the C-style comment stripper in the JS dist build, as explained in...
Disable the C-style comment stripper in the JS dist build, as explained in [forum:529c20d344|forum post 529c20d344]. (tags: trunk)
View ArticleDisable the C-style comment stripper in the JS dist build, as explained in...
Disable the C-style comment stripper in the JS dist build, as explained in [forum:529c20d344|forum post 529c20d344]. (tags: branch-3.48)
View ArticleFix a typo in a wasm makefile var name, noting that this doesn't actually fix...
Fix a typo in a wasm makefile var name, noting that this doesn't actually fix anything because the var in question is not used when building 'clean' or 'distclean'. (tags: trunk)
View ArticleVariable names and conditional logic simplified in where.c. These changes are...
Variable names and conditional logic simplified in where.c. These changes are cosmetic only and do not affect the resuling machine code. (tags: trunk)
View ArticleWhen choosing between two indexes with the same cost, pick the one with the...
When choosing between two indexes with the same cost, pick the one with the smaller predicted number of bytes per row. (tags: consider-idx-width)
View ArticleWork around [https://github.com/emscripten-core/emscripten/issues/23420|a...
Work around [https://github.com/emscripten-core/emscripten/issues/23420|a behavior change in emsdk 4.0.0] which breaks the load/init timing of the wasm module. (tags: trunk)
View ArticleWork around [https://github.com/emscripten-core/emscripten/issues/23420|a...
Work around [https://github.com/emscripten-core/emscripten/issues/23420|a behavior change in emsdk 4.0.0] which breaks the load/init timing of the wasm module. (tags: branch-3.48)
View ArticleTeach tool/stripccomments.c that a backslash immediately preceeding a forward...
Teach tool/stripccomments.c that a backslash immediately preceeding a forward slash means that that forward slash cannot be the start of a comment. This is intended to allow JavaScript regular...
View ArticleRe-enable comment-stripping in the JS dist builds. (tags: branch-3.48)
Re-enable comment-stripping in the JS dist builds. (tags: branch-3.48)
View ArticleCheck-in [da9124fee28c155c] broken the new SQLITE_IOCAP_SUBPAGE_READ...
Check-in [da9124fee28c155c] broken the new SQLITE_IOCAP_SUBPAGE_READ mechanism for inhibiting direct-overflow-read. This check-in fixes the problem. (tags: trunk)
View ArticleCheck-in [da9124fee28c155c] broken the new SQLITE_IOCAP_SUBPAGE_READ...
Check-in [da9124fee28c155c] broken the new SQLITE_IOCAP_SUBPAGE_READ mechanism for inhibiting direct-overflow-read. This check-in fixes the problem. (tags: branch-3.48)
View Article*MERGE* When two indexes have the same cost, use the narrower one (the one...
*MERGE* When two indexes have the same cost, use the narrower one (the one with the smaller average on-disk row width). (tags: trunk)
View ArticleReplace use of Emscripten's Module.postRun() with a custom callback so that...
Replace use of Emscripten's Module.postRun() with a custom callback so that we get consistent library init timing with both Emscripten 3.1.x and 4.0.x. Details and discussion are in...
View Article