Bug #7132 | Inserting DateTime causes System.InvalidCastException to be thrown | ||
---|---|---|---|
Submitted: | 9 Dec 2004 15:26 | Modified: | 31 Jan 2005 21:19 |
Reporter: | Arthur Ouwerkerk | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S2 (Serious) |
Version: | 1.0.2-gamma | OS: | Windows (Windows XP) |
Assigned to: | Reggie Burnett | CPU Architecture: | Any |
[9 Dec 2004 15:26]
Arthur Ouwerkerk
[9 Dec 2004 15:39]
Arthur Ouwerkerk
I've added a sample project to repeat the problem (see 'files')
[10 Dec 2004 18:17]
Reggie Burnett
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: I wasn't able to directly reproduce this but I changes how datetimes are handled so I'm marking it fixed instead of can't repeat. If you want, when 1.0.3 hits the street, check out the InsertDateTimeValue method in the DateTimeTests.cs file in the test suite. It will show you how I am testing this.