salcedo

Results 12 comments of salcedo

Any traction on this? I've done some pretty whacky stuff with hasManyBy(), but there's a lot of holes in it that could be solved by bringing back many to many...

@kiaking Can you show example of HasManyBy for the inverse relation to "fake" belongsToMany? I tried this but because the ORM only stores 1 id for each relationship instead of...

To clarify, I'm not expecting it to `delete` the post because a comment is updated with its post set to null. Is there another possible workaround that does not require...

I'm satisfied with that workaround and this issue may be closed. One last question: to make the workaround even better - From within the updating() method: 1. Is there a...

Enjoy your coffee :smiley:

Now that I've had a chance to try this, it doesn't work. Because model[name] is derived, it will always be an undefined property of model. Is there a way to...

Forgot to mention this earlier when you said that it worked fine during unit tests: It seems `import { BelongsTo, ... } from "pinia-orm"` will work fine during unit tests,...

Thanks again! I will update the BaseModel idea you provided using these new features and report back if there is any further issues.

We don't use React as our front-end, but using the relay implementation of this library gets us as close to our goal so far. At our company, I've been trying...

@Mapiarz @bellini666 I didn't mean to jump in the middle of this issue with all the XY. I was frustrated by having limited time to solve some difficult issues for...