Branch: refs/heads/4.2
Home:
https://github.com/hibernate/hibernate-orm
Commit: deb1ee8e96a8661b6f89aed7ee0f23a59ae5be4b
https://github.com/hibernate/hibernate-orm/commit/deb1ee8e96a8661b6f89aed...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2014-12-16 (Tue, 16 Dec 2014)
Changed paths:
A hibernate-core/src/main/java/org/hibernate/dialect/MySQL57InnoDBDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/NoArgSQLFunction.java
A
hibernate-core/src/main/java/org/hibernate/dialect/function/StaticPrecisionFspTimestampFunction.java
A
hibernate-core/src/test/java/org/hibernate/test/temporal/MySQL57TimestampFspFunctionTest.java
A
hibernate-core/src/test/java/org/hibernate/test/temporal/MySQL57TimestampPropertyTest.java
A hibernate-core/src/test/java/org/hibernate/test/temporal/TimePropertyTest.java
A hibernate-core/src/test/java/org/hibernate/test/temporal/TimestampPropertyTest.java
Log Message:
-----------
HHH-8401 : Support fractional seconds on MySQL 5.7
(cherry picked from commit fe94cda1d1a2ede18b5a577e3ac80db85a806ef3)
Conflicts:
hibernate-core/src/main/java/org/hibernate/dialect/function/NoArgSQLFunction.java
Commit: b4446f368eea107036782802ee6ae62e72a5f3a9
https://github.com/hibernate/hibernate-orm/commit/b4446f368eea10703678280...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2014-12-16 (Tue, 16 Dec 2014)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/test/temporal/MySQL57TimestampPropertyTest.java
M hibernate-core/src/test/java/org/hibernate/test/temporal/TimestampPropertyTest.java
Log Message:
-----------
HHH-8401 : Support fractional seconds on MySQL 5.7 (tweak test cases for 4.2)
Compare:
https://github.com/hibernate/hibernate-orm/compare/b5435bfa2dcf...b4446f3...