[
https://issues.apache.org/jira/browse/OPENJPA-2000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13069024#comment-13069024
]
Jacob Nowosatka edited comment on OPENJPA-2000 at 7/21/11 3:24 PM:
-------------------------------------------------------------------
Attached patch changes realTypeName to FLOAT4
was (Author: jtnowosatka):
realTypeName changed to FLOAT4
> Wrong PostgreSQL data type for REAL - "float8", must be "float4"
> ----------------------------------------------------------------
>
> Key: OPENJPA-2000
> URL: https://issues.apache.org/jira/browse/OPENJPA-2000
> Project: OpenJPA
> Issue Type: Bug
> Components: jdbc, sql
> Affects Versions: 2.1.0
> Environment: PostgreSQL
> Reporter: Stanislav Mironov
> Attachments: OPENJPA-2000.patch
>
> Original Estimate: 5m
> Remaining Estimate: 5m
>
> In PostgresDictionary type names for SQL REAL and DOUBLE types are specified
> as:
> realTypeName = "FLOAT8";
> doubleTypeName = "DOUBLE PRECISION";
> From PostgreSQL manual:
> double precision: float8, double precision floating-point number (8 bytes)
> real: float4, single precision floating-point number (4 bytes)
> realTypeName must be "FLOAT4".
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira