Bug #11154 ResultSet.getTime() fails if time is >= 100:00:00
Submitted: 8 Jun 2005 2:26 Modified: 11 Nov 2009 2:35
Reporter: Steven Buschman Email Updates:
Status: Won't fix Impact on me:
None 
Category:Connector / J Severity:S3 (Non-critical)
Version:3.1.8a OS:Windows (Win XP)
Assigned to: CPU Architecture:Any

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:

[13 Jun 2005 7:11] Vasily Kishkin
Test case

Attachment: test.java (text/java), 1.06 KiB.

[13 Jun 2005 12:49] Steven Buschman
Modified test.java to include negative times, e.g., -01:00:00

Attachment: test1.java (text/x-java), 1.26 KiB.

[17 Jun 2005 15:13] Steven Buschman
Java Bug

Attachment: TimeBug.java (text/x-java), 300 bytes.