Don't use prepared statement cache for PostgreSQL in matrix test
This commit is contained in:
parent
b3ab4c2299
commit
47807c25f1
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue