In the name resolver when SQLITE_ALLOW_ROWID_IN_INDEX is enabled, if there
commit1dbd3856b5cee452c739e3d624d481df93310e0d
authorD. Richard Hipp <drh@hwaci.com>
Tue, 19 Mar 2024 16:34:32 +0000 (19 16:34 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Tue, 19 Mar 2024 16:34:32 +0000 (19 16:34 +0000)
tree151dd9f4354f0b5b1b6e48504f17ba7e37f68f11
parentee3507d78fadd0f2624346f853bb02c978fa01f6
In the name resolver when SQLITE_ALLOW_ROWID_IN_INDEX is enabled, if there
are multiple views that might resolve to the "rowid" but only one real table,
then use that one real table and ignore the views.
src/ctime.c
src/resolve.c
test/unionall.test