-
Type: Task
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Continuous Integration
-
Tags:
-
Backlog priority:1,500
-
Sprint:DevOps-13
For NXP-21338 we need a version of MySQL >= 5.6.4 and a version of MariaDB >= 10.1.
Specifically, we need a version of these databases where the following works:
CREATE TABLE foo (d DATETIME(3)); INSERT INTO foo (d) VALUES (TIMESTAMP '2016-12-19T12:34:56.789'); SELECT * FROM foo; +-------------------------+ | d | +-------------------------+ | 2016-12-19 12:34:56.789 | +-------------------------+
and where the results shows the milliseconds (.789) properly un-rounded and un-truncated.
- is required by
-
NXP-21338 Use millisecond precision on MySQL/MariaDB
- Resolved