You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Nikita Timofeev (JIRA)" <ji...@apache.org> on 2019/05/23 07:15:00 UTC

[jira] [Closed] (CAY-2583) PostgreSQL: BLOB type mapped to oid

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

Nikita Timofeev closed CAY-2583.
--------------------------------
    Resolution: Not A Problem

> PostgreSQL: BLOB type mapped to oid
> -----------------------------------
>
>                 Key: CAY-2583
>                 URL: https://issues.apache.org/jira/browse/CAY-2583
>             Project: Cayenne
>          Issue Type: Bug
>          Components: Database integration
>            Reporter: Nikita Timofeev
>            Priority: Major
>
> We have strange mapping in Postgres {{types.xml}} for {{BLOB}}:
> {code}
>    <jdbc-type name="BLOB">
>        <db-type name="oid"/>
>    </jdbc-type>
> {code}
> I believe this should be mapped to {{bytea}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)