Alessandro Giannone

Results 10 comments of Alessandro Giannone

We have implemented the `NamingStrategy` but it's applied when the `EntityModel` is first mapped and cannot be changed after that. In our case, we have multiple collections for the same...

I've made the change locally to support this use case. I've added a new method to the `EntityModelBuilder` which exposes the `NamingStrategy`. Then in the `EntityModel` constructor I store a...

I have an Entity which contains a property that is an interface. When I add a projection on the fields of one of the subtypes of the interface, it doesn't...

The parent entity is not an interface, so from what I understood, it wouldn't be considered a polymorphic query. The query is on the parent entity which is a concrete...

I've tried to replicate the query as closely as possible in terms of filters and options used. Obviously not all the fields match above, but I've tried to keep the...

If I include the discriminator in the projection, then the `PathTarget` throws a `ValidationException` due to an invalid path. If I don't include the discriminator in that projection, then the...

@xeno6696 @kwwall - Thanks for the super prompt response! After reading through the issues list and doing a bit of studying on the subject, I actually ended up moving my...

Thanks for the quick response! I would say this is more of a bug than a code enhancement because we cannot remove the curl client without it being removed from...

Wasn't aware that was possible. Happy with that solution. Is it anywhere in the documentation?

Hey @antlio, this is still happening. I've shared enough to reproduce the issue [here](https://sandbox.scalar.com/e/upJsm). Screenshot from the sandbox: ![Image](https://github.com/user-attachments/assets/e38d4961-6a1a-46d4-b15d-ed8b71349135) Under **Models** it works correctly.