SQLite Virtual Table Update-From Syntax Issues with Without Rowid Tables
SQLite Virtual Table Update-From Syntax and Without Rowid Tables The SQLite UPDATE-FROM syntax introduced in version 3.33 provides a powerful way to perform updates by joining tables. However, when used with virtual tables declared as WITHOUT ROWID, certain issues arise, particularly around the handling of the xRowid and xUpdate methods. Virtual tables without rowids rely…