Opened 14 years ago

Last modified 14 years ago

#2691 new bug

v.db.what.connect.qgm broken

Reported by: pcav Owned by: rugginoso
Priority: major: does not work as expected Milestone: Version 1.7.0
Component: GRASS Version: Trunk
Keywords: Cc:
Must Fix for Release: No Platform: All
Platform Version: Awaiting user input: no

Description

The current module is broken:

v.db.connect map=province@paolo =area layer=1 -p

the "=area" parameter should not be there.

Change History (2)

comment:1 by pcav, 14 years ago

With r13709 it is better. No error, but no result:

v.db.connect map=corine@PERMANENT =area =1 -p

layer table in database through driver with key Vector map is connected by: Successfully finished

From the shell, the same command gives:

v.db.connect map=corine@PERMANENT =area =1 -p

GRASS_INFO_MESSAGE(6106,1): Vector map <corine@PERMANENT> is connected by:

GRASS_INFO_END(6106,1)

layer <1> table <corine> in database </home/grass/Toscana_corso/PERMANENT/dbf/> through driver <dbf> with key <cat>

so the GRASS_INFO_END is apparently preventing the display of the relevant info.

comment:2 by pcav, 14 years ago

Milestone: Version 1.5.0Version 1.6.0
Note: See TracTickets for help on using tickets.