]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When doing the optimization that attempts to avoid sorting on a
authordrh <>
Mon, 26 Apr 2021 14:32:48 +0000 (14:32 +0000)
committerdrh <>
Mon, 26 Apr 2021 14:32:48 +0000 (14:32 +0000)
commit8ed8ddf759ea846e880880ba1c8089027af4bdc7
treebe1f65ca742b213e6b240493e1133d7dc9e6009e
parentbb0eec438dcffd532636c26876f7d660c40dec28
When doing the optimization that attempts to avoid sorting on a
GROUP BY, do not assume that the values in an index on an expression are
non-NULL.  Bug discovered by Wang Ke's fuzzer and reported at
[forum:/forumpost/74330094d8|forum post 74330094d8].

FossilOrigin-Name: 7178dc3a32c3a4a33e437fd5026f6f72e4809ceb7d2cd12a25a74b80d5c95d33
manifest
manifest.uuid
src/where.c
test/select5.test