Bug #71623 Field#getStringFromBytes() creates useless byte array when using JVM converter
Submitted: 7 Feb 2014 12:42 Modified: 10 Mar 2014 23:41
Reporter: Andrej Golovnin (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / J Severity:S5 (Performance)
Version:5.1.29 OS:Any
Assigned to: Filipe Silva CPU Architecture:Any
Tags: field, jdbc

File: Maximum allowed size is 50MB.
Description:
Privacy:

If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.

To split a large file:

[7 Feb 2014 12:43] Andrej Golovnin
The patch to fix this issue.

Attachment: Field.patch (application/octet-stream, text), 848 bytes.