]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Since the memory registers used by the columns and functions of an
authordrh <>
Tue, 22 Nov 2022 15:43:16 +0000 (15:43 +0000)
committerdrh <>
Tue, 22 Nov 2022 15:43:16 +0000 (15:43 +0000)
commit3c8e438583c617eea850ff52bec56f5db5a8d099
tree5cbb282955471f4c99c326725696fbc44200d1e8
parent89e5dfac01904ef55be9f2e5c007b25d57bc0263
Since the memory registers used by the columns and functions of an
AggInfo object are sequential, it is not neecessary to remember each register
separately.  We can simply remember the first one and do the math when
others are needed.

FossilOrigin-Name: dc5bd34963b761c819c565653156d0befbf65cc2cc5dc4113b0ce952450f0352
manifest
manifest.uuid
src/expr.c
src/select.c
src/sqliteInt.h