Don't use prepared statement cache for PostgreSQL in matrix test

This commit is contained in:
Christian Beikov 2021-02-04 00:07:31 +01:00
parent b3ab4c2299
commit 47807c25f1
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@
hibernate.dialect org.hibernate.dialect.PostgreSQL94Dialect
hibernate.connection.driver_class org.postgresql.Driver
hibernate.connection.url jdbc:postgresql:hibernate_orm_test
hibernate.connection.url jdbc:postgresql://192.168.99.100:5432/hibernate_orm_test?preparedStatementCacheQueries=0
#hibernate.connection.url jdbc:postgresql://localhost:5432/hibernate_orm_test?preparedStatementCacheQueries=0
hibernate.connection.username hibernate_orm_test
hibernate.connection.password hibernate_orm_test