Ella Fox

Results 9 comments of Ella Fox

Shall do that next week on my midsummer break! Things have been busy; sorry for the delayed reply

I can reproduce this issue. The problem appears to be something to do with Relation being called with structs deeper than one level (In OP's case, something of `.Relation("Game.Team.Marketing")`). The...

I'll fork and write a test for this issue when I find the time this weekend/next week, then work back from there to see if I can fix it

Struggling to reproduce in test. Running low on time to continue testing tonight, but I have a feeling it could be something to do with using UUIDs for the primary...

Nope, still cannot reproduce in test, even with UUID. https://github.com/tinyfluffs/bun/blob/fix/524/internal/dbtest/orm_deep_relation_test.go

No worries, managed to reproduce now. Will dive deeper.

Found the culprit. It appears to be down to a difference in behavior between these two calls to `.Scan()` ```go // Broken, because a new structTableModel{} is created and the...

> I'm facing the same issue here... > > I think the error is related to column length in my case. > > It looks like bun is shortening the...

This bug feels like it's a mathematical conflict between the branch diameter, and the branch angle. One parameter wants to widen the base, whilst the other wants to make it...