[GRASS-dev] grassaddons/raster/r.rast4d: SQL type changes question

Hi,

I would like to submit the attached diff to addons but I am unsure about
side effects. Scope: make r.rast4d less dependent on SQLite but also
PostgreSQL compliant (so that the user can just switch in the config
script between both systems).

essentially:
CLOB -> TEXT
NUMERIC(25,15) -> NUMERIC
NUMERIC(15,10) -> NUMERIC

I wonder about the CLOB change in particular but I don't have enough
experience to decide.

thanks
Markus

(attachments)

r_rast4d_types_declarations.diff (6.08 KB)