Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #39 from cwarden/subselect-typeof
Browse files Browse the repository at this point in the history
Add TYPEOF to Subquery
  • Loading branch information
nawforce authored Dec 22, 2023
2 parents b499122 + 2897ff2 commit da2e247
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion antlr/ApexParser.g4
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,9 @@ subFieldList

subFieldEntry
: fieldName soqlId?
| soqlFunction soqlId?;
| soqlFunction soqlId?
| typeOf
;

soqlFieldsParameter
: ALL
Expand Down

0 comments on commit da2e247

Please sign in to comment.