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/22 14:25:00 UTC

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

Nikita Timofeev created CAY-2583:
------------------------------------

             Summary: 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


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)