]> git.ipfire.org Git - thirdparty/sqlite.git/commit
In the sqlite3SelectDup() routine, do not do an incomplete duplication due
authordrh <>
Tue, 20 Apr 2021 12:14:12 +0000 (12:14 +0000)
committerdrh <>
Tue, 20 Apr 2021 12:14:12 +0000 (12:14 +0000)
commit9da977f1a5563d983087a1d0bd85eba65f35cca2
tree4af710ca2f1e300abd3e4bba4dd337c14ba4c210
parent8c6cb1bc6f2bb3bd814b6d4c7cd11aad4186c41d
In the sqlite3SelectDup() routine, do not do an incomplete duplication due
to OOM.  This in turn requires several new NEVER() and ALWAYS() macros for
unreachable branches.

FossilOrigin-Name: a61c0e6b78bd39f55464fafd257e68effded64995a66e8fa2d686e8c507ebe43
manifest
manifest.uuid
src/alter.c
src/build.c
src/expr.c
src/select.c
src/walker.c