Christian Beikov

Results 516 comments of Christian Beikov

>From what I understand using the debugger, blaze is not responsible for merging the entity, hibernate should do it at the next flush, is it right ? Correct. >And it...

Thanks for the report and problem analysis. I'd very much appreciate if you could provide a PR with a test and fix.

>I do believe that when using composite keys with Hibernate, none of the Id columns are allowed to be nullable. Or was this requirement dropped in later versions of Hibernate?...

Could you please attach a reproducer for this problem or at least the query and the model that leads to this?

The generated query is: ``` ( SELECT DISTINCT entity1.brand AS brand FROM ENTITY entity1 WHERE lower(entity1.brand) LIKE :param_0 ESCAPE '!' LIMIT 100 UNION SELECT DISTINCT entity2.brand AS brand FROM ENTITY...

Hi there. Do you understand that the parameter you pass to `withSubquery()` is the select item alias? Could you try omitting that for the sake of testing? Also, did you...

Great work, thanks for the reproducer. I'll look as soon as I can!

Thanks for the report. I guess we might have to add a test that exercises the whole thing when the entity view is actually a Kotlin type, as the `InputObjectMapper`...

Hi there, can you please post the queries that are generated?

I think you might be running into something related to https://github.com/Blazebit/blaze-persistence/issues/1638 which was fixed via https://github.com/Blazebit/blaze-persistence/commit/087aa00323018b7940db05197c3a2cc2cd3634e7. Can you try the 1.6.9-SNAPSHOT please?