Skip to content

Commit c16db16

Browse files
author
Jorgen-5
committed
Set generated keys to true to make postgres dialect tests not fail
1 parent d980c71 commit c16db16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

klass-shared/src/main/resources/application-postgres-embedded.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ spring.flyway.enabled=false
33
spring.jpa.hibernate.ddl-auto=create-drop
44
spring.jpa.show-sql=true
55
# Hibernate 6 compatibility - disable RETURNING clause
6-
spring.jpa.properties.hibernate.jdbc.use_get_generated_keys=false
6+
spring.jpa.properties.hibernate.jdbc.use_get_generated_keys=true

0 commit comments

Comments
 (0)