loadthemall icon indicating copy to clipboard operation
loadthemall copied to clipboard

Optimize GPKG and SQLite sublayer finding and filtering

Open gacarrillor opened this issue 3 years ago • 0 comments

For instance,

  • Applying alphanumeric filter before anything else, which can discard layers soon, without applying other filters.
  • Using QgsProviderRegistry.instance().providerMetadata('ogr') to get lists of tables filtered, for instance: conn.tables(flags=QgsAbstractDatabaseProviderConnection.Aspatial).

gacarrillor avatar Dec 28 '21 03:12 gacarrillor