Sylvain Autran
Sylvain Autran
Hello, I'm trying to create a query with multiple root nodes : ``` cbf.create(em, SomethingCTE.class, "traitement") .with(SomethingCTE.class) .from(SomethingEntity.class, "t") .innerJoinLateralEntitySubquery("t.other", "si", "sinitial") .orderByAsc("date") .setMaxResults(1) .end() .leftJoinLateralOnEntitySubquery("t.other", "sc", "scurrent") .orderByDesc("date") .setMaxResults(1)...
Specifying the qualified paths does seem to work for lateral entity subqueries with a correlation path (although I can't go through because of #1756), thanks for that, but the exception...
Hello, would you consider making a plugin for gradle as well ? FYI, the link to where the project has moved to on https://github.com/t1/power-annotations is down.
Sorry to here that, is there a discussion somewhere to have the project adopted ? I'll try and make a gradle plugin when I have enough time. Thank you for...
Hello @NetanelBasal do you know when you'll release a new version including this PR #90 ? Thanks for all your work !
Hello, like so #91 ?
@beikov Do you have any idea of what the cause of this could be ? From what I understand using the debugger, blaze is not responsible for merging the entity,...
Thank you for answering. I'll try to dig a bit more when I have some time on my hands. Enjoy your vacation !
Just an FYI, I added a branch on my reproducer to try it with Quarkus 2 and blaze-persistence 1.6.8, the problem was apparently already there. https://github.com/Pilpin/blaze-update-bug/tree/1.6.8