Blob I/O Mismatch in SQLite Tables with Virtual Generated Columns
Issue Overview: Blob I/O Accessing Incorrect Columns in Tables with Virtual Generated Columns The core issue revolves around a mismatch in column indexing when performing Blob I/O operations on SQLite tables that contain virtual generated columns. Specifically, when a table includes a virtual generated column, attempting to write to a BLOB column using the sqlite3_blob_open()…