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

Thanks for the report.

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'.

fixed.

Changing that makes postgres work.

Tested, confirmed.

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,

Fixed.

but then subsequent steps in the driver fail, I guess these are a more
general mysql driver error.

I have no running mysql here, so someone else may test.

Markus

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