Open criccomini opened 10 months ago
The SQLite client code currently queries sqlite_schema for type='table' (see https://github.com/recap-build/recap/pull/424#discussion_r1478619969). It should probably handle views, too. I'm not sure if that's a different type or not. Need to check.
sqlite_schema
type='table'
The SQLite client code currently queries
sqlite_schema
fortype='table'
(see https://github.com/recap-build/recap/pull/424#discussion_r1478619969). It should probably handle views, too. I'm not sure if that's a different type or not. Need to check.