Fix the SQLITE_ALLOW_ROWID_IN_VIEW bug-compatibility option so that it works
commitd0a493e6ba8e894c892136524cde418a92208cfb
authorD. Richard Hipp <drh@hwaci.com>
Wed, 20 Mar 2024 10:45:13 +0000 (20 10:45 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Wed, 20 Mar 2024 10:45:13 +0000 (20 10:45 +0000)
treed3ee4c07769a916add61fd290d00b2cce2abab7e
parent75a9fbc5ae09850038aef0f13862a8ffdb89779c
parent35dccc0a65b5c3d5312848e4b9842bedd13efeef
Fix the SQLITE_ALLOW_ROWID_IN_VIEW bug-compatibility option so that it works
again.  Add the SQLITE_CONFIG_ROWID_IN_VIEW sqlite3_config() value
to optionally disable the bug-compatibility mode at start-time.  Enable
testing of SQLITE_ALLOW_ROWID_IN_VIEW.