Opened 6 years ago
#3807 new enhancement
Add table only export (/import) to File menu entries
Reported by: | sbl | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 8.0.0 |
Component: | Database | Version: | svn-trunk |
Keywords: | db.out.ogr, db.in.ogr, db.copy | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
db.out.ogr only allows export of tables connected to vector layers, while db.copy (in principle) can copy any table between different DB formats.
It would thus make sense to add db.copy to the menu under: "File" -> "Export database table" and probably even replace db.out.ogr in the long run there.
Same applies for import (db.in.ogr vs. db.copy).
No idea if db.in|out.ogr has better performance than db.copy. If that is the case a new module could be written as a wrapper around those two...
Note:
See TracTickets
for help on using tickets.