Feature request #4919
Document that -to be visible in QGIS browser- Sqlite DBs must have the .sqlite extension
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Documentation and Help | ||
Pull Request or Patch supplied: | No | Resolution: | |
Easy fix?: | No | Copied to github as #: | 14725 |
Description
Subject says it all.
This is necessary because SQlite DBs do not have usually any extension or so have other extensions like .db
The format specifications do not say anything about the extension, so we can assume that .sqlite extension used by the spatialite format is the "good" one for qgis.
Associated revisions
add .db to spatialite extensions (fixes #4919)
History
#1 Updated by Jürgen Fischer almost 13 years ago
- % Done changed from 0 to 100
- Status changed from Open to Closed
Fixed in changeset cbef41c07c1aa8c5b3ac1063702629444177ca00.
#2 Updated by Jürgen Fischer almost 13 years ago
Jürgen Fischer wrote:
Fixed in changeset cbef41c07c1aa8c5b3ac1063702629444177ca00.
sort of - it actually added .db to sqlite extensions for OGR - so no documentation needed.