]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Have window functions sum(), total() and avg() correctly handle the obscure case...
authordan <Dan Kennedy>
Fri, 15 May 2026 18:36:11 +0000 (18:36 +0000)
committerdan <Dan Kennedy>
Fri, 15 May 2026 18:36:11 +0000 (18:36 +0000)
commit397a3c4a047efbc6175827187e9b25b542710566
tree3de5c610a216f03b08efff1316c2b0923c357aa9
parent0c3b3f93d17a57cfd4622f0afc2525caf73d4c51
Have window functions sum(), total() and avg() correctly handle the obscure case where integer overflow occurs as part of the same step that adds the first real value to the running total.

FossilOrigin-Name: 614f8cbc374c7a2d39826706f16ab1c17e75abb420a70be356c7eefa95b271a5
manifest
manifest.uuid
src/func.c
test/windowE.test