mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-01 14:24:23 +01:00
This change connects virtual tables with the query optimizer. The optimizer now considers virtual tables during join order search and invokes their best_index callbacks to determine feasible access paths. Currently, this is not a visible change, since none of the existing extensions return information indicating that a plan is invalid.