When xFindFunction returns a function, SQLite provides no destructor callback, so they are currently saved to a list in Connection. The docs have since been updated since SQLite added this, and the lifetime is narrower (the lifetime of vtab). Change the code to reflect this.
When xFindFunction returns a function, SQLite provides no destructor callback, so they are currently saved to a list in Connection. The docs have since been updated since SQLite added this, and the lifetime is narrower (the lifetime of vtab). Change the code to reflect this.