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

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

    [ https://issues.apache.org/jira/browse/CAY-2583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16845919#comment-16845919 ] 

Andrus Adamchik edited comment on CAY-2583 at 5/22/19 2:30 PM:
---------------------------------------------------------------

[~ntimofeev] : this was actually done on purpose. "oid" is a BLOB *reference*: [https://jdbc.postgresql.org/documentation/80/binary-data.html]


was (Author: andrus):
[~ntimofeev] : this was actually done on purpose. "oid" is a BLOB: https://jdbc.postgresql.org/documentation/80/binary-data.html

> 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)