You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having run into this issue myself and looking at the code in sqlmypy.py it seems that you need to add an explicit uselist=True for it to work, even though this is the default value.
... and even then sqlmypy seems to only treat the relationship as an Iterable rather than a List, meaning it wrongly thinks you can't do things like do an index lookup on the relationship or append to it.
The accounts object is not recognised as a list, when it is a many to one relationship. Am I doing something wrong here?
The text was updated successfully, but these errors were encountered: