Since MySQL 5.6.4 timestamps can now have millisecond precision (https://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-4.html#mysqld-5-6-4-fractional-seconds).
Use this feature, and require MySQL >= 5.6.4.
In addition to the added precision, this allows us to simplify some special cases in a number of unit tests.
- depends on
-
NXBT-1465 Upgrade to MySQL 5.7 and MariaDB 10.1
- Resolved
-
NXP-21350 Use specific template and JDBC driver for MariaDB
- Resolved
- is duplicated by
-
NXP-21221 Use DATETIME2 for SQL Server date storage
- Resolved
- is related to
-
NXP-20468 Drive: random failures on versioning tests
- Resolved
- is required by
-
NXP-20311 Fix random test failure on TestRenditionService.doZipTreeExportRendition on mssql and mysql
- Resolved
-
NXP-21299 Fix randomly-failing CMIS test testSetContentStreamWithDigestHeader
- Resolved
-
NXP-21325 Fix randomly-failing CMIS test testDeleteContentStreamPWC
- Resolved
-
NXP-23025 Fix failure on TestDublinCoreStorage.testCopyDocument on MariaDB
- Resolved