Bug #94457 Connector/J ResultSet.getObject( ..., OffsetDateTime.class ) throws
Submitted: 24 Feb 2019 20:59 Modified: 11 Dec 2020 1:30
Reporter: Michal Rehacek Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / J Severity:S3 (Non-critical)
Version:8.0.15 OS:Any
Assigned to: CPU Architecture:Any
Tags: OffsetDateTime

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:

[24 Feb 2019 21:00] Michal Rehacek
Source code demonstrating the problem, and discussion about possible solutions

Attachment: MySQLOffsetDateTimeTest.java (application/octet-stream, text), 7.20 KiB.

[24 Feb 2019 21:09] Michal Rehacek
Core of the code reading OffsetDateTime. No explanation or discussion - see the full test for that

Attachment: MySQLOffsetDateTimeTestShort.java (application/octet-stream, text), 1.43 KiB.