Map binary types for sizes > 32K to BLOB for Derby

Description

Right now (at least with 3.1.2, haven't tried with more recent versions) the binary type is mapped to a VARCHAR. However VARCHARs in Derby have a max size of 32K. So for sized larger than 32K a BLOB should be used instead.

is duplicated by

Activity

Brett MeyerMarch 7, 2014 at 5:30 PM

Bulk closing rejected tickets in "resolved" state.

Vincent MassolSeptember 27, 2012 at 4:30 PM

ah ok thanks for the clarification Actually I thought about it but discarded the possibility without checking since I didn't think they could be that similar... Anyway thanks!

Brett MeyerSeptember 27, 2012 at 4:25 PM

Vincent, DerbyDialect extends DB2Dialect. It will inherit all of DB2Dialect's registered column types.

Vincent MassolSeptember 27, 2012 at 8:07 AM

Hi Brett, I've checked and I've checked its commits and I can see it fixes only the DB2 Dialect but not the Derby one... Are you sure this issue should be marked as resolved?

Thanks

Duplicate

Details

Assignee

Reporter

Components

Priority

Created June 1, 2007 at 9:51 PM
Updated March 7, 2014 at 5:30 PM
Resolved September 27, 2012 at 3:57 AM