Bug report #13747
SQLite error: near "ROWID": bad where clause creation
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Alessandro Pasotti | ||
Category: | Data Provider | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | Yes | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 21774 |
Description
src/providers/spatialite/qgsspatialitefeatureiterator.cpp
SQLite error: near "ROWID": syntax error
SQL: SELECT ROWID,"name", AsBinary("geom") FROM "subscriber" WHERE MbrIntersects("geom", BuildMbr(560889.65984337637200952, 145411.34752358502009884, 561054.68046854459680617, 145505.24680788681143895))ROWID IN (2)
Associated revisions
Fixes #13747
Added HiDPI support to QgsWebView
The DPI value is get from QDesktopWidget and
the QWebView widget is zoomed if needed.
Fixes #13747
Fixes #13747
History
#1 Updated by Alessandro Pasotti about 9 years ago
- Resolution set to fixed/implemented
#2 Updated by Anonymous about 9 years ago
- Status changed from Open to Closed
Fixed in changeset 60c591d3a571d00eb46a3e7a573f7af1544bb5f3.