]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Ensure that queries like "SELECT indeterministic(a) FROM tbl GROUP BY 1" invoke the...
authordan <Dan Kennedy>
Fri, 24 May 2024 18:31:39 +0000 (18:31 +0000)
committerdan <Dan Kennedy>
Fri, 24 May 2024 18:31:39 +0000 (18:31 +0000)
commit89b04f37864a3dcd30e2e2a6766eac5de3b51baa
tree7a7f86e2d1851f670b3376908002b4bcb8b79a3b
parent31079226f78a3011b9de6c310c2df3ce727fe883
Ensure that queries like "SELECT indeterministic(a) FROM tbl GROUP BY 1" invoke the indeterministic function only once for each row of tbl.

FossilOrigin-Name: 4555d66547e28cb110e1012b145bcf3aafb5d4bde05e9d27bcb4ca33837b28f5
manifest
manifest.uuid
src/expr.c
src/select.c
src/sqliteInt.h
test/distinct2.test