ot;hibernate-dev"
> > Sent: Thursday, 17 March, 2016 9:05:44 AM
> > Subject: [hibernate-dev] Tests fail on MySQL due to timestamp precision
> issues
> >
> > Hi,
> >
> > While running the test suite on MySQL, I noticed that some of those fail
>
MySQL57InnoDBDialect supports fractional seconds (HHH-8401).
Martin
- Original Message -
> From: "Vlad Mihalcea"
> To: "hibernate-dev"
> Sent: Thursday, 17 March, 2016 9:05:44 AM
> Subject: [hibernate-dev] Tests fail on MySQL due to timestamp p
Hi,
While running the test suite on MySQL, I noticed that some of those fail
because of DATETIME/TIMESTAMP precision.
Prior to MySQL 5.6.4, these types didn't have microsecond precision at all.
Using a newer MySQL version, these tests will work like on other DBs but it
will require changing the co