-
Notifications
You must be signed in to change notification settings - Fork 642
Closed
Description
Thanks for the new version. While withSchema works on solo queries, is there a way to pass it through to subsequent eager joins?
Eg. User.query().withSchema('1').eager('tasks') correctly uses schema 1 when selecting all users, but the second query to get the tasks doesn't have it. I realise that automatically using the same schema might not always be desired though, if you're doing some sort of cross-schema query. Is there a way to set it easily?
Metadata
Metadata
Assignees
Labels
No labels