You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Michael Dick (JIRA)" <ji...@apache.org> on 2010/11/03 18:00:23 UTC

[jira] Updated: (OPENJPA-1870) Blob types override column definition from @Column annotation with MySQL

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

Michael Dick updated OPENJPA-1870:
----------------------------------

    Reporter: Joel Halbert  (was: Michael Dick)

> Blob types override column definition from @Column annotation with MySQL
> ------------------------------------------------------------------------
>
>                 Key: OPENJPA-1870
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1870
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: jdbc
>    Affects Versions: 2.0.2
>            Reporter: Joel Halbert
>            Assignee: Michael Dick
>             Fix For: 2.1.0
>
>
> Per email to users@openjpa, an entity with this annotation :
> @Column(columnDefinition=BINARY(250)) 
> private byte[] blobs; 
> creates a column of type BLOB when using MySQL.. This behavior was introduced in OPENJPA-740, which optimizes the blob storage based on the size of the column, but does not take into account any existing annotations. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.