Skip to content

Commit 47807c2

Browse files
committed
Don't use prepared statement cache for PostgreSQL in matrix test
1 parent b3ab4c2 commit 47807c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

databases/pgsql/resources/hibernate.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
hibernate.dialect org.hibernate.dialect.PostgreSQL94Dialect
99
hibernate.connection.driver_class org.postgresql.Driver
10-
hibernate.connection.url jdbc:postgresql:hibernate_orm_test
10+
hibernate.connection.url jdbc:postgresql://192.168.99.100:5432/hibernate_orm_test?preparedStatementCacheQueries=0
11+
#hibernate.connection.url jdbc:postgresql://localhost:5432/hibernate_orm_test?preparedStatementCacheQueries=0
1112
hibernate.connection.username hibernate_orm_test
1213
hibernate.connection.password hibernate_orm_test
1314

0 commit comments

Comments
 (0)