Bug #12754 | TIMEZONE WITH (LOCAL) TIME ZONE can't be converted | ||
---|---|---|---|
Submitted: | 23 Aug 2005 12:31 | Modified: | 30 Aug 2005 21:45 |
Reporter: | Sadao Hiratsuka (Basic Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Migration Toolkit | Severity: | S2 (Serious) |
Version: | 1.0.13 | OS: | Windows (WinXP) |
Assigned to: | CPU Architecture: | Any |
[23 Aug 2005 12:31]
Sadao Hiratsuka
[30 Aug 2005 20:46]
Jorge del Conde
Thanks for your bug report. I was able to reproduce this with 1.0.15
[30 Aug 2005 21:45]
Michael G. Zinner
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bugfix, yourself. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html Additional info: Note that the timezone info is not considered because the Oracle 9 JDBC driver does not support it yet. So the normal datetime value is taken instead. Oracle TIMESTAMP is now correctly converted to MySQL DATETIME. From the Oracle docs: The Oracle JDBC drivers do not support the Calendar datatype because it is not yet feasible to support java.sql.Date timezone information. Calendar input to setXXX() or getXXX() method calls for Date, Time, and Timestamp is ignored. The Calendar type will be supported in a future Oracle release.