Ticket #602 (closed defect: fixed)

Opened 4 years ago

Last modified 3 years ago

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:
Platform: Unspecified CPU: 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

Changed 4 years ago by marisn

  • owner changed from grass-dev@… to marisn

Most likely fixed with r39149. Please, test.

Changed 3 years ago by marisn

  • status changed from new to closed
  • resolution set to fixed

As there where no idications, that r39149 hasn't fixed issue, closing as fixed. Reopen if still doesn't work.

Note: See TracTickets for help on using tickets.