Christian Beikov
Christian Beikov
Do not merge. I just created this to show parameter coercion is not supported on Hibernate 5 as that wasn't quite sure.
This is a fix for https://hibernate.atlassian.net/browse/HHH-12782 I noticed that it will also fix https://hibernate.atlassian.net/browse/HHH-10842 and it seems like it could also fix https://hibernate.atlassian.net/browse/HHH-13085 which is why I added @gbadner
https://hibernate.atlassian.net/browse/HHH-12752
https://hibernate.atlassian.net/browse/HHH-14340
### Description I'm trying to refer to columns by index within the current row. Usually in Excel, I would use `INDIRECT(ADDRESS(ROW(); column))` to do this. I tried to use `INDEX(A1:ZZ99;...
Just wanted to let you know that I think this engine is amazing and I hope it will one day be part of PostgreSQL Core.
## Description ## Related Issue ## Motivation and Context
## Description These are the first steps to an IntelliJ plugin that gives some level of support for entity views within the IDE. At least the project setup and build...
The idea is to offer a custom `PanacheRepositoryBase` that offers nice uses of Blaze-Persistence APIs and Entity-View support, that integrate into the Quarkus way of doing things.
Based on a recent [question](https://github.com/Blazebit/blaze-persistence/discussions/1527), we should add a `setFetchSize` method on `Queryable`. We probably have to set a hint behind the scenes or invoke some JPA provider specific method...