SQLite Crash: FTS4 Virtual Table, UPDATE-FROM, and UNION ALL Query Flattening Issue
Issue Overview: FTS4 Virtual Table, UPDATE-FROM, and UNION ALL Query Flattening The core issue revolves around a complex SQLite query that results in a crash when executed. The query involves a virtual table created using the FTS4 module, a Common Table Expression (CTE) with a UNION ALL operation, and an UPDATE-FROM statement with a vector…