Gregor Becker

Results 75 comments of Gregor Becker

> Does this actually reload the data from storage? As I am on holiday I can only test this next week. Yes it does reload the data from the storage....

@karsvaniersel Here is some insperation for you https://github.com/dev1437/pinia-orm-generator

I am closing this issue now. Please feel free to move it to a discussion if there is still something open to discuess or to make a feature request.

I think this is difficult to make because the fields in the model are set dynamically. There is PR there some1 tried to achieve what you are describing. But this...

This should now be resolved with v1.9.0

`userRepo.query().get()` === `userRepo.all()` === `userRepo.where().with()....all()` `get()` is only for querie chains. Maybe for v2 i remove `all()` and add `get()` to repo. But i don't know yet if that makes...

@vesper8 I will soon handle your problem. Trying to work out issues from the bottom in the list. But giving your a bit more prio.

That sounds nice. It's always nice to have some tool more in the ecosystem.

@karsvaniersel You should use the `saving` hook for your deleting. That way you get what you want because @tintin10q is right. Saving should not trigger the deleting hook if some...

@karsvaniersel Thanks a lot ❤️ .