Bug 213 : Issues with Postgres bytea - (Binary, VarBinary and Blob DDL and pstmt.getBlob()
Priority 
High
Reported Version 
 
Logged By 
Rob
Status 
Fixed
Fixed Version 
2.4.0
Assigned To 
 
Product 
Ebean - core
Duplicate Of 
 
Created 
28/01/2010
Updated 
28/01/2010
Type 
Bug
 
Attachments 
No attachments

The bytea type in Postgres does not allow length's to be defined.

Postgres gave strange errors using Types.BLOB rather than Types.LONGVARBINARY. Add configuration to the DatabasePlatform to determine the preferred BLOB type.

 
Rob 28 Jan 13:14
Fixed in HEAD

These fixes are in HEAD.

woResponse

Upload a file