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
The title (as convoluted as it is) probably says it all. The issue is demonstrated in this example app, specifically by the included test case. Briefly, when a simple where query is performed using a domain class that represents a many-to-many relationship between two other domain classes, sorting by the queried table requires that aliases are created for each table.
The text was updated successfully, but these errors were encountered:
The title (as convoluted as it is) probably says it all. The issue is demonstrated in this example app, specifically by the included test case. Briefly, when a simple
where
query is performed using a domain class that represents a many-to-many relationship between two other domain classes, sorting by the queried table requires that aliases are created for each table.The text was updated successfully, but these errors were encountered: