Bug #84011 | TIMESTAMP(6) with DEFAULT and ON UPDATE constraints writes zeroes to the DB. | ||
---|---|---|---|
Submitted: | 29 Nov 2016 21:43 | Modified: | 30 Dec 2016 13:18 |
Reporter: | Kevin Hollingshead | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | Connector / NET | Severity: | S3 (Non-critical) |
Version: | 6.9.9 | OS: | Windows |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | database first, Entity Framework 6 |
[29 Nov 2016 21:43]
Kevin Hollingshead
[30 Nov 2016 13:18]
Chiranjeevi Battula
Hello Kevin, Thank you for the bug report and test case. I could not repeat the issue at our end using with Visual Studio 2015, Connector/NET 6.9.9 version. Thanks, Chiranjeevi.
[30 Nov 2016 13:18]
Chiranjeevi Battula
mysql> select * from test_table; Empty set (0.00 sec) mysql> select * from test_table; +-----+----------------------------+----------------------------+-------------------+ | _id | create_ts | update_ts | something_legible | +-----+----------------------------+----------------------------+-------------------+ | 1 | 2016-11-30 18:16:15.229718 | 2016-11-30 18:16:15.229718 | thingy | +-----+----------------------------+----------------------------+-------------------+ 1 row in set (0.00 sec) mysql> select * from test_table; +-----+----------------------------+----------------------------+-------------------+ | _id | create_ts | update_ts | something_legible | +-----+----------------------------+----------------------------+-------------------+ | 1 | 2016-11-30 18:16:15.229718 | 2016-11-30 18:16:21.499727 | another thingy | +-----+----------------------------+----------------------------+-------------------+ 1 row in set (0.01 sec) mysql>
[1 Jan 2017 1:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".