pka / qgpkg

GeoPackage extension to store QGIS mapping information in a GeoPackage database file
MIT License
23 stars 6 forks source link

no such table gpkg_extensions #5

Closed pvgenuchten closed 8 years ago

pvgenuchten commented 8 years ago

when writing the project to geopackage I get an error

Traceback (most recent call last): File ".qgis2/python/plugins\QgisGeopackage\qgis_geopackage.py", line 112, in write gpkg.write(project_path) File ".qgis2/python/plugins\QgisGeopackage\qgpkg.py", line 208, in write 'INSERT INTO gpkg_extensions VALUES (?,?,?,?,?)', extensions) OperationalError: no such table: gpkg_extensions

Maybe the plugin should create this table if it detects it is not available?

pvgenuchten commented 8 years ago

Fixed in 9c00ad6