Re: [hibernate-dev] Tests fail on MySQL due to timestamp precision issues

2016-03-19 Thread Vlad Mihalcea
Thanks, Martin, I'll use that dialect then. Vlad On Thu, Mar 17, 2016 at 12:08 PM, Martin Simka wrote: > MySQL57InnoDBDialect supports fractional seconds (HHH-8401). > > Martin > > - Original Message - > > From: "Vlad Mihalcea" > > To: "hibernate-dev" > > Sent: Thursday, 17 March, 20

Re: [hibernate-dev] Tests fail on MySQL due to timestamp precision issues

2016-03-19 Thread Martin Simka
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 precision > issues > > Hi, > > Whi