[GRASS5] [bug #3743] (grass) v.in.gns DB error

this bug's URL: http://intevation.de/rt/webrt?serial_num=3743
-------------------------------------------------------------------------

Subject: v.in.gns DB error

grass obtained from: Trento Italy site
grass binary for platform: Compiled from Sources
GRASS Version: GRASS 6.1.cvs (2005)

Trying to import GNS data into GRASS failed using both MySQL and Postgres as
backbones. With Postgres the error lies in the v.in.gns: the table
definition requires to 'double precision' rather than just 'double'.
Changing that makes postgres work.
With MySQL the error lies in the 'long' for longitude in the table
definitionin v.in.gns. Changing it to 'lon' makes this first step work, but
then subsequent steps in the driver fail, I guess these are a more general
mysql driver error.

-------------------------------------------- Managed by Request Tracker