Skip to content

[codex] Restrict SOQL FORMULA to WHERE - #125

Merged
kjonescertinia merged 1 commit into
mainfrom
codex/restrict-soql-formula-having
Jun 22, 2026
Merged

[codex] Restrict SOQL FORMULA to WHERE#125
kjonescertinia merged 1 commit into
mainfrom
codex/restrict-soql-formula-having

Conversation

@nawforce

Copy link
Copy Markdown
Contributor

Summary

Restrict SOQL FORMULA() parsing to WHERE clauses so HAVING FORMULA(...) now reports a syntax error, matching the current Salesforce documentation.

Closes #121

Validation

  • mvn -f jvm -Dtest=SOQLParserTest test
  • npm run --prefix npm build:test
  • mvn -f jvm test

@kjonescertinia
kjonescertinia marked this pull request as ready for review June 22, 2026 19:54
@kjonescertinia
kjonescertinia merged commit f0bd838 into main Jun 22, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Restrict SOQL FORMULA() support to WHERE clauses

2 participants