Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: d3e15a7cc17130424ea258e8dc6b391b4ca0130b
https://github.com/hibernate/hibernate-orm/commit/d3e15a7cc17130424ea258e...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2023-06-17 (Sat, 17 Jun 2023)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/query/SyntaxException.java
M
hibernate-core/src/main/java/org/hibernate/query/hql/internal/SemanticQueryBuilder.java
M hibernate-core/src/main/java/org/hibernate/sql/ast/spi/SqlExpressionResolver.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/WindowFunctionTest.java
Log Message:
-----------
don't throw ParsingException (it represents a bug in the parser) (#6819)
- we should throw SyntaxException for expected conditions
- also, avoid the use of weirdo non-standard hyphenation in error messages