-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: improve support for relationship queries (nested SELECTs)
feat: complete nested FROM with parent-child relationships: SELECT (SELECT Id FROM |) FROM Account feat: complete nested SELECT with fields of the relationship object: SELECT (SELECT | FROM Users) FROM Account feat: complete nested ORDER BY with fields of the relationship object: SELECT (SELECT Id FROM Users ORDER BY |) FROM Account fix: don't propose more than one level of SELECT nesting fix: don't propose aggregate functions or GROUP BY on nested SELECT feat: only propose Id fields on semi-join SELECTs W-8558994
- Loading branch information
Showing
6 changed files
with
189 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.