Bug #50348 | mysql connector/j 5.1.10 render the wrong value for dateTime column in GMT DB | ||
---|---|---|---|
Submitted: | 14 Jan 2010 21:53 | Modified: | 20 Aug 2015 20:30 |
Reporter: | shaoxian yang | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / J | Severity: | S1 (Critical) |
Version: | trunk | OS: | Any |
Assigned to: | Filipe Silva | CPU Architecture: | Any |
Tags: | dateTime column, DB in GMT zone, JVM timezone different |
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
[14 Jan 2010 22:44]
shaoxian yang
[29 Jan 2010 12:03]
Tonci Grgin
Test case for our test framework, working in JDK 1.5.
Attachment: TestBug50348.java (text/x-java), 4.00 KiB.