mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Removed metadata table from the list of tables to be cleared
This commit is contained in:
parent
b36ad06bc5
commit
dc6d1c135e
@ -598,7 +598,6 @@ bool QgsGeoPackageRasterLayerItem::executeDeleteLayer( QString &errCause )
|
||||
// Remove from optional tables, may silently fail
|
||||
for ( const auto tableName : QStringList()
|
||||
<< QStringLiteral( "gpkg_extensions" )
|
||||
<< QStringLiteral( "gpkg_metadata" )
|
||||
<< QStringLiteral( "gpkg_metadata_reference" ) )
|
||||
{
|
||||
char *sql = sqlite3_mprintf( "DELETE FROM table %w WHERE table_name = '%q",
|
||||
|
Loading…
x
Reference in New Issue
Block a user