[GRASS-dev] [GRASS GIS] #3239: DB library and drivers lack bigint (int8) support
GRASS GIS
trac at osgeo.org
Thu Jan 5 08:18:27 PST 2017
#3239: DB library and drivers lack bigint (int8) support
--------------------------+-------------------------
Reporter: martinl | Owner: grass-dev@…
Type: task | Status: new
Priority: major | Milestone: 7.4.0
Component: Database | Version: unspecified
Keywords: bigint, int8 | CPU: Unspecified
Platform: Unspecified |
--------------------------+-------------------------
GRASS DBMI Library and DB driver lacks support of bigint (int8), see
source:grass/trunk/include/dbmi.h#L78
Currently DB drivers just print warnings like
{{{
WARNING: Column 'pr_' : type int8 (bigint) is stored as integer (4 bytes)
some data may be damaged
}}}
Since bigint is normally used GRASS DB drivers should support it.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3239>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list