You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Albert Lee (Closed) (JIRA)" <ji...@apache.org> on 2012/02/02 18:10:53 UTC

[jira] [Closed] (OPENJPA-2000) Wrong PostgreSQL data type for REAL - "float8", must be "float4"

     [ https://issues.apache.org/jira/browse/OPENJPA-2000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Albert Lee closed OPENJPA-2000.
-------------------------------


Close issue in preparation for 2.2.0 release.
                
> 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
>            Assignee: Jacob Nowosatka
>             Fix For: 2.2.0
>
>         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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira