Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: c96f22dfe0053980469017bcb98925fb52d438d1
https://github.com/hibernate/hibernate-orm/commit/c96f22dfe0053980469017b...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2022-01-06 (Thu, 06 Jan 2022)
Changed paths:
M documentation/src/main/asciidoc/userguide/chapters/query/hql/QueryLanguage.adoc
M hibernate-core/src/main/java/org/hibernate/cfg/AvailableSettings.java
M hibernate-core/src/main/java/org/hibernate/query/spi/QueryEngine.java
M hibernate-core/src/test/resources/log4j2.properties
Log Message:
-----------
remove hibernate.dialect.show_hql_functions and just make it a log category
really unclear why I didn't do it that way in the first place