#1240: wxGUI: attribute manager reports db connection not set while existing
---------------------+------------------------------------------------------
Reporter: neteler | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 6.4.1
Component: wxGUI | Version: svn-releasebranch64
Keywords: | Platform: Linux
Cpu: x86-64 |
---------------------+------------------------------------------------------
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.
#1240: wxGUI: attribute manager reports db connection not set while existing
---------------------+------------------------------------------------------
Reporter: neteler | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 6.4.1
Component: wxGUI | Version: svn-releasebranch64
Keywords: | Platform: Linux
Cpu: x86-64 |
---------------------+------------------------------------------------------
Comment(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>
}}}