Do not make the assumption (as check-in [4da49a95c0f07] incorrectly did) that
commit64984690f2dc18f9cc81ea669cc2ef2d3fd37c95
authorD. Richard Hipp <drh@hwaci.com>
Sun, 17 Sep 2017 19:45:28 +0000 (17 19:45 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Sun, 17 Sep 2017 19:45:28 +0000 (17 19:45 +0000)
treeeca364853b238e40ac3ae3d3ff332c6397dee38b
parente0c5f968fe1b1728cda5a9424439bf776a4eb10a
Do not make the assumption (as check-in [4da49a95c0f07] incorrectly did) that
the ExprList returned by sqlite3ExprListDup() would never be passed into
sqlite3ExprListAppend().  Include a new test case that shows this sometimes
does happen.
src/expr.c
src/sqliteInt.h
test/misc1.test