Skip to content

Commit ddf08b4

Browse files
committed
Set order_updates to true in Quarkus test template
1 parent 1021733 commit ddf08b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

orm/hibernate-orm-6/src/test/java/org/hibernate/bugs/QuarkusLikeORMUnitTestCase.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
@Setting(name = AvailableSettings.DEFAULT_NULL_ORDERING, value = "none"),
5656
@Setting(name = AvailableSettings.IN_CLAUSE_PARAMETER_PADDING, value = "true"),
5757
@Setting(name = AvailableSettings.SEQUENCE_INCREMENT_SIZE_MISMATCH_STRATEGY, value = "none"),
58+
@Setting(name = AvailableSettings.ORDER_UPDATES, value = "true"),
5859

5960
// Add your own settings that are a part of your quarkus configuration:
6061
// @Setting( name = AvailableSettings.SOME_CONFIGURATION_PROPERTY, value = "SOME_VALUE" ),

0 commit comments

Comments
 (0)