Bug report #16341

Updated by Giovanni Manghi almost 7 years ago

I have a geopackage file, with several OSM tables. The gpkg file is converted from osm with FME, and FME can inspect and present both its vector and table data with no problem.

I open the file in QGIS 2.18.3 (Windows 10) select the table highway.

The vector data displays correctly but the Attribute table shows +only NULL values+ (Error 1)

Then I assign a categorized style, on the field 'highway'. The style editor displays some 15 unique values (+that show as NULL in the table browser+).

Then I create a feature provider filter like this

"highway" IN ('primary','secondary','tertiary')

Again, the query builder is able to fetch values from the geopackage table.

However, the subset of the table can no longer be styled on the highway column, no values are found (Error 2)

Error 3, last and fatal: Attempts to edit or clear the feature provider filter above invariably crashes QGIS, and a mindump is written. I enclose the zipped gpkg file as well as the zipped minidump.

Back