Ticket #2178 (closed bug: invalid)
Spatialite VIEWs give ERROR in attribute table
| Reported by: | Barryrowlingson | Owned by: | nobody |
|---|---|---|---|
| Priority: | major: does not work as expected | Milestone: | Version 1.4.0 |
| Component: | Data Provider | Version: | Trunk |
| Keywords: | Cc: | a.furieri@… | |
| Platform Version: | Platform: | Linux | |
| Must Fix for Release: | No | Awaiting user input: | no |
Description
I have a spatialite DB with tables, they work fine in Qgis.
If I create a view:
CREATE VIEW vmapdata AS SELECT * from mapdata
and add a row to geometry_columns (identical to the row for table mapdata) then I can load the view as a layer in Qgis, and it plots it. I can use the query tool and get attribute values in the popup dialog but if I get the whole attribute table it is full of "ERROR" values.
Change History
Note: See
TracTickets for help on using
tickets.