You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening a SQLite database with tables created WITHOUT ROWID (such as proj.db of PROJ master now), we emit errors like "ERROR 1: Unable to query table axis for column definitions : no such column: rowid.". We shouldn't do that, and we should generate a pure OGR incremented FID on them. A downside of without rowid tables is that OLCRandomRead shouldn't be advertized and GetFeature() will be slow, but that's OK.
The text was updated successfully, but these errors were encountered:
When opening a SQLite database with tables created WITHOUT ROWID (such as proj.db of PROJ master now), we emit errors like "ERROR 1: Unable to query table axis for column definitions : no such column: rowid.". We shouldn't do that, and we should generate a pure OGR incremented FID on them. A downside of without rowid tables is that OLCRandomRead shouldn't be advertized and GetFeature() will be slow, but that's OK.
The text was updated successfully, but these errors were encountered: