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: | |
Category: | Connector / J | Severity: | S3 (Non-critical) |
Version: | 3.1.8a | OS: | Windows (Win XP) |
Assigned to: | CPU Architecture: | Any |
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:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[13 Jun 2005 7:11]
Vasily Kishkin
[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.