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
If I query a table with a many-to-many relationship and use .toList(preload: true), the query never returns if retrieving a record with related records. It looks like it gets stuck in an infinite loop.
If I query a table with a many-to-many relationship and use
.toList(preload: true)
, the query never returns if retrieving a record with related records. It looks like it gets stuck in an infinite loop.A simplified version of my model for example:
then for example if I run:
The text was updated successfully, but these errors were encountered: