Stefan Staude

Results 5 comments of Stefan Staude

We are facing the same issue. Would like to see this merged.

I faced the same issue and was able to solve it by rebuilding the package with the new python version (3.11) following this: https://github.com/Askannz/optimus-manager/issues/272#issuecomment-1010192798 `yay -S $(pacman -Qoq /usr/lib/python3.10) --answerclean...

> Thank you @staust I rebuilt with Python version 3.10 (yay -S $(pacman -Qoq /usr/lib/python3.10) --answerclean All) but the same issue. Just to make sure: This does not rebuild the...

> Embedded is not used to define the relationship between data tables. In this example, only Address and Country have relationships. https://gorm.io/docs/preload.html#Embedded-Preloading Is it technically not possible or currently just...

I guess this then also applies for https://github.com/go-gorm/gorm/issues/6750 as this is somehow related. Currently this makes things even worse as the association saving mode will always break the relation in...