Georgios Andrianakis
Georgios Andrianakis
> That said, what's the semantics of `spring.datasource.data=*scripts*` ? Is the order of execution of such scripts undefined? > > If so, should be easy to support this: > >...
Good idea! @aureamunoz do you want to perhaps look into `spring.datasource.data` based on what @Sanne mentions above?
Thanks @jesperpedersen!
We haven't got around to this unfortunately
One can use native queries with our Panache layer without much hassle. It's the Spring Data JPA layer that doesn't have support for them currently
There isn't anything in the documentation that I am aware of, but you could certainly do something like this: ```java @ApplicationScoped public class FruitRepository implements PanacheRepository { private final EntityManager...
I would suggest reading up on something like https://thorben-janssen.com/jpa-native-queries/
Seems like you have done some fine analysis. Would you be willing to provide a fix?
Sure, that would be the test fix, but if we can just reset the system property in the proper place, we can take care of this.