Opened 16 years ago
Closed 14 years ago
#602 closed defect (fixed)
Tk interface gis.m does not switch db connection properly
Reported by: | frankie | Owned by: | marisn |
---|---|---|---|
Priority: | major | Milestone: | 6.4.0 |
Component: | Tcl/Tk | Version: | 6.4.0 RCs |
Keywords: | Cc: | ||
CPU: | Unspecified | Platform: | Unspecified |
Description
I tried importing via v.in.ogr a shapefile using the dbf engine and visualizing table headers and data. Then I used db.copy to copy dbf to an sqlite db and run v.db.reconnect and db.connect to switch engine globally. The Tk vector viewer is not more able to show table data (but it shows table cols by v.info) because it retains the dbf driver choice, even if v.db.connect reports a correct link. Apparently it still uses driver=dbf for db.select even if instructed to not do that by db.connect.
Change History (2)
comment:1 by , 15 years ago
Owner: | changed from | to
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
As there where no idications, that r39149 hasn't fixed issue, closing as fixed. Reopen if still doesn't work.
Most likely fixed with r39149. Please, test.