Ticket #1240 (closed defect: invalid)

Opened 2 years ago

Last modified 2 years ago

wxGUI: attribute manager reports db connection not set while existing

Reported by: neteler Owned by: grass-dev@…
Priority: normal Milestone: 6.4.1
Component: wxGUI Version: svn-releasebranch64
Keywords: Cc:
Platform: Linux CPU: x86-64

Description

I have a vector map with attributes in sqlite.db, while v.db.select works (even the wxGUI query tool), the attribute manager reports that no db connection is set. See screenshot.

Attachments

wxgui_sqlite_attrib_bug.png Download (54.8 KB) - added by neteler 2 years ago.
sqlite connection bug

Change History

Changed 2 years ago by neteler

sqlite connection bug

Changed 2 years ago by neteler

Interestingly, also related modules are affected:

GRASS 6.4.1svn (patGB1):~ > v.db.addcol MRR1_09_marked_csv_lines_id_selected col="count integer"
ERROR: There is no table connected to this map! Run v.db.connect or
       v.db.addtable first.

GRASS 6.4.1svn (patGB1):~ > v.db.connect -p MRR1_09_marked_csv_lines_id_selected 
Vector map <MRR1_09_marked_csv_lines_id_selected@fra_sqlite> is connected
by:
layer <1> table <MRR1_09_marked_csv_lines_id_selected> in database </home/neteler/grassdata/patGB1/fra_sqlite/sqlite.db> through driver <sqlite> with key <cat>

Changed 2 years ago by neteler

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

Please ignore, caused by local modifications not yet submitted.

Note: See TracTickets for help on using tickets.