Bug #64686 | DateTime(3) is not processed correctly | ||
---|---|---|---|
Submitted: | 18 Mar 2012 22:26 | Modified: | 18 Jun 2012 21:09 |
Reporter: | Bart Vries | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S3 (Non-critical) |
Version: | 6.5.4 | OS: | Windows |
Assigned to: | Gabriela Martinez Sanchez | CPU Architecture: | Any |
[18 Mar 2012 22:26]
Bart Vries
[23 Mar 2012 17:22]
Gabriela Martinez Sanchez
Hi Bart, thanks for your report. I did verify the bug and we're working on the fix. In the mean time I found a workaround so you can still be able to see the milliseconds working. You need to set the fsp to 6 instead of 3. And also since you won't be able to put a decimal value on the DateTime constructor you can specify the datetime value including milliseconds as a string in the MySqlParameter constructor. I hope this will help you to work while we publish the fix for this bug. Please let me know if you have any questions or comments.
[18 Jun 2012 21:09]
John Russell
Added to changelog for 6.5.5: The milliseconds portion of a date/time value was not stored correctly for the datatype DATETIME(3).