mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 19:44:21 +01:00
### The problem: Sqlite displays the column names of the underlying vtab module when displaying the `.schema`  Previously limbo omitted this, which makes it difficult for the user to see what/how many columns the module's table has. This matches sqlite's behavior by fetching the module's schema when the schema entry is being inserted in translation.  Reviewed-by: Jussi Saurio <jussi.saurio@gmail.com> Closes #1168