Ticket #36 (closed defect: fixed)

Opened 16 months ago

Last modified 10 months ago

Add support for NUMERIC type in postgis plug-in

Reported by: artem Owned by: artem
Priority: Milestone: 0.5.0
Component: PostGIS Input Driver Version: SVN Trunk
Severity: Normal Keywords: numeric
Cc: Patch Needs Improvement:
Needs Docmentation: Has Patch?:
Design Decision Needed:

Description

NUMERIC type is ignored at the moment.

Change History

Changed 10 months ago by artem

  • status changed from new to closed
  • resolution set to fixed

Starting from r617 postgis.input supports postgresql numeric type (OID 1700) by converting it to double. For more control use built-in converters from SQL : select float8(numeric_value) from table_name;

Note: See TracTickets for help on using tickets.