[hibernate/hibernate-orm] 4902ee: HHH-13256 - Fix the fieldsPreUpdateNeeded property...
by Vlad Mihalcea
Branch: refs/heads/wip/6.0
Home: https://github.com/hibernate/hibernate-orm
Commit: 4902eeef69e4dcc05b9154175d0e86511b129e5d
https://github.com/hibernate/hibernate-orm/commit/4902eeef69e4dcc05b91541...
Author: Vlad Mihalcea <mihalcea.vlad(a)gmail.com>
Date: 2019-02-15 (Fri, 15 Feb 2019)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/internal/util/collections/ArrayHelper.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/InMemoryUpdateTimestampTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/util/jdbc/AbstractStatementSpyConnectionProvider.java
A hibernate-core/src/test/java/org/hibernate/orm/test/util/jdbc/CallableStatementSpyConnectionProvider.java
R hibernate-core/src/test/java/org/hibernate/test/util/jdbc/AbstractStatementSpyConnectionProvider.java
R hibernate-core/src/test/java/org/hibernate/test/util/jdbc/CallableStatementSpyConnectionProvider.java
M hibernate-core/src/test2/java/org/hibernate/test/annotations/InMemoryCreationTimestampNullableColumnTest.java
Log Message:
-----------
HHH-13256 - Fix the fieldsPreUpdateNeeded property index allocation in AbstractEntityPersister#update
4 years, 3 months