Bug 204 : Regression: @Lob types DDL generated incorrectly - mapped to wrong scalarType
Priority 
High
Reported Version 
 
Logged By 
Rob
Status 
Fixed
Fixed Version 
2.4.0
Assigned To 
 
Product 
Ebean - core
Duplicate Of 
 
Created 
12/01/2010
Updated 
12/01/2010
Type 
Bug
 
Attachments 
No attachments

In the v2.3 version I have managed to introduce a bug where @Lob types are mapped to the incorrect JDBC types.

byte[] is mapped to BINARY (rather than BLOB) and String is mapped to VARCHAR rather than CLOB.

This means the DDL generated has the wrong DB type.

 
Rob 12 Jan 09:19
Fixed in HEAD

Fixed this in HEAD.

woResponse

Upload a file