Christian Beikov

Results 516 comments of Christian Beikov

Hi and thanks for the report. I agree that this should work. In the meantime, you can workaround this by executing the HQL query manually.

Thanks for the report and the PR with a fix. Can you please share how you actually ran into this problem? Are you `MULTISET` fetching an entity view that contains...

You can register a custom `BasicUserType`, also see [the documentation](https://persistence.blazebit.com/documentation/1.6/entity-view/manual/en_US/index.html#entity-view-basic-user-type-spi).

Can you also please share the database you are using and the SQL query that is produced?

Thanks a lot for sharing. As far as I can say, we'd need to use a `DateTimeFormatter` with an optional time part in the `LocalDateBasicUserType` and `DateBasicUserType`, since people could...

Since the `ViewTypeObjectBuilder` etc. are only constructed once because they rely on the position of the select items, it is hard to actually omit select items. I think we can...

I would rather move the `nullMappings` into the `InflatingDelegatingObjectBuilder` for better separation of concerns, but other than that, this is roughly the solution that I was describing.

I'll look into this for 1.6.10. I know this is important, so don't worry, I still have this on my radar.

Hey thanks I'm fine, just returned from a Snowboard trip. Hope you're also doing well. I have no news or plans for this yet, sorry. Ideally, I would like to...

>If you look closely not only is the inlined query overfetching Overfetching in a from-clause subquery should not be a problem. Optimizers usually prune away unnecessary select items. There is...