SQLite CLI .expert Fails on UPDATE FROM with Generated Columns
Issue Overview: UPDATE FROM Query Fails in .expert Mode Due to Generated Columns The core issue revolves around the SQLite CLI’s .expert mode failing to analyze an UPDATE FROM query when the target table contains a generated column, even if the generated column is unrelated to the query. The .expert mode is designed to provide…