[ https://issues.apache.org/jira/browse/OPENJPA-1870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Joel Halbert closed OPENJPA-1870. --------------------------------- Thanks Mike. > 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 > > Attachments: OPENJPA-1870.diff.txt > > > Per email to us...@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.