HHH-16260 - JdbcParameterRenderer not called with dynamic filters

HHH-16256 - JdbcParameterRenderer to have an impact on write operations
HHH-16273 - Support for Dialect native JdbcParameterRenderer
This commit is contained in:
Steve Ebersole 2023-03-09 07:14:25 -06:00
parent 1e66f36b39
commit 2936e5bd75
1 changed files with 5 additions and 1 deletions

View File

@ -17,6 +17,10 @@ hibernate.connection.pool_size 5
hibernate.show_sql false
hibernate.format_sql true
# the tests use a lot of regex pattern matching for test assertions
# and the different parameter markers cause problems with that
hibernate.dialect.native_param_markers=false
hibernate.max_fetch_depth 5
hibernate.cache.region_prefix hibernate.test
@ -91,4 +95,4 @@ hibernate.cache.region.factory_class org.hibernate.testing.cache.CachingRegionFa
#hibernate.connection.driver_class org.postgresql.Driver
#hibernate.connection.url jdbc:postgresql://localhost:26257/defaultdb?sslmode=disable&preparedStatementCacheQueries=0
#hibernate.connection.username root
#hibernate.connection.password
#hibernate.connection.password