Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: e99feb83785105128ecfd61c25bf270395ccaafe
https://github.com/hibernate/hibernate-orm/commit/e99feb83785105128ecfd61...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-08-10 (Sun, 10 Aug 2025)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/sql/Template.java
Log Message:
-----------
HHH-19695 handle 'fetch first' and 'fetch next' bigrams
Commit: a6504de9d1b86a942d015ca248772f6c8842792a
https://github.com/hibernate/hibernate-orm/commit/a6504de9d1b86a942d015ca...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-08-10 (Sun, 10 Aug 2025)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/sql/TemplateTest.java
Log Message:
-----------
HHH-19695 test by @michaelfranz
Commit: b6780816f3380305f3fba81961442d1a2d2a0cda
https://github.com/hibernate/hibernate-orm/commit/b6780816f3380305f3fba81...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-08-10 (Sun, 10 Aug 2025)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/sql/Template.java
Log Message:
-----------
simplify the logic in Template and make handling of functions more robust
- use lookahead to find opening parens in function calls
- handle 'current date', 'current time' bigrams
Compare:
https://github.com/hibernate/hibernate-orm/compare/469ffda921f9...b678081...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications