SQLite Forum

Getting virtual table function in schema.
Login

Getting virtual table function in schema.

(1) By David Jones (vman59) on 2020-03-27 13:42:11 [source]

The table_info pragma will return an error when a virtual table defined in the database schema does not have its constructor function loaded. Is there a formal way to capture the missing function name other than parsing the error message or SQL saved saved in sqlite_master?