Add a typecast to avoid 32-bit integer overflow in the concat_ws() function...
Add a typecast to avoid 32-bit integer overflow in the concat_ws() function with an enormous separator values and many arguments. (tags: trunk)
View ArticleRemove the autoconf/tea/configure.ac check from tool/srctree-check.tcl since...
Remove the autoconf/tea/configure.ac check from tool/srctree-check.tcl since that file no longer exists. (tags: branch-3.49)
View ArticleAdd a typecast to avoid 32-bit integer overflow in the concat_ws() function...
Add a typecast to avoid 32-bit integer overflow in the concat_ws() function with an enormous separator values and many arguments. (tags: branch-3.49)
View ArticleAPI naming typo reported in [forum:416f2d8dec|forum post 416f2d8dec]. No...
API naming typo reported in [forum:416f2d8dec|forum post 416f2d8dec]. No functional changes. (tags: trunk)
View ArticleUpdate autoconf/Makefile.msc from tool/mkmsvcmin.tcl. (tags: trunk)
Update autoconf/Makefile.msc from tool/mkmsvcmin.tcl. (tags: trunk)
View ArticleRe-add the --disable-static-shell configure feature to the autoconf bundle....
Re-add the --disable-static-shell configure feature to the autoconf bundle. It got lost in the autoconf-to-autosetup port, as reported in [forum:cc219ee7044|forum post cc219ee7044]. (tags: trunk)
View ArticleRe-add the --disable-static-shell configure feature to the autoconf bundle....
Re-add the --disable-static-shell configure feature to the autoconf bundle. It got lost in the autoconf-to-autosetup port, as reported in [forum:cc219ee7044|forum post cc219ee7044]. (tags: branch-3.49)
View ArticleInternal reordering/re-grouping of some configure flags. No functional...
Internal reordering/re-grouping of some configure flags. No functional changes. (tags: trunk)
View ArticleFix a typo (a missing ")") in a comment that is used to generate...
Fix a typo (a missing ")") in a comment that is used to generate documentation. No changes to code. (tags: trunk)
View ArticleHarden the SQLITE_DBCONFIG_LOOKASIDE interface against misuse, such as...
Harden the SQLITE_DBCONFIG_LOOKASIDE interface against misuse, such as described in [forum:/forumpost/48f365daec|forum post 48f365daec]. Enhancements to the SQLITE_DBCONFIG_LOOKASIDE documentation....
View ArticleHarden the SQLITE_DBCONFIG_LOOKASIDE interface against misuse. This is a...
Harden the SQLITE_DBCONFIG_LOOKASIDE interface against misuse. This is a simplification of [1ec4c308c76c69fb] appropriate for use in a patch release. (tags: branch-3.49)
View ArticleReplace TEXE (legacy name) with T.exe (3.48+ name) in two places in...
Replace TEXE (legacy name) with T.exe (3.48+ name) in two places in makefiles. This fixes distclean of jimsh.exe in the canonical build in non-native Windows environments. (tags: trunk)
View ArticlePull build fix [edb8a78c023] and cleanup [0c085a5ab5] into branch-3.49....
Pull build fix [edb8a78c023] and cleanup [0c085a5ab5] into branch-3.49. (tags: branch-3.49)
View ArticleAdd two generated files to the distclean rules of the autoconf bundle. (tags:...
Add two generated files to the distclean rules of the autoconf bundle. (tags: trunk)
View ArticleAdd two generated files to the distclean rules of the autoconf bundle. (tags:...
Add two generated files to the distclean rules of the autoconf bundle. (tags: branch-3.49)
View ArticleCode changes that make it easier to prove that no 32-bit integer overflows...
Code changes that make it easier to prove that no 32-bit integer overflows happen during memory allocation. No problems fixed; this change is just to make future maintenance easier. (tags: trunk)
View ArticleAdditional changes making it easier to prove that integer overflow does not...
Additional changes making it easier to prove that integer overflow does not occur. No problems found. (tags: trunk)
View ArticleFix a typo in a comment in wal.c. (tags: bedrock)
Fix a typo in a comment in wal.c. (tags: bedrock)
View ArticleFix problems in test script fkey6.test. (tags: trunk)
Fix problems in test script fkey6.test. (tags: trunk)
View ArticleAdd an ORDER BY to a test case for skip-scan to make the output consistent....
Add an ORDER BY to a test case for skip-scan to make the output consistent. (tags: trunk)
View Article