-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[apex] Add SObjectType and SObjectField to list of injectable SOQL variable types #4649
[apex] Add SObjectType and SObjectField to list of injectable SOQL variable types #4649
Conversation
Two of these tests are failing. It doesn't recognise constants. I guess that it never has recognised constants, and this is another problem in the code. I don't know whether to try to fix this or consider it a different problem so I can make smaller pull requests.
This is heading into a rabbit hole trying to chase the problem with class constants. I have created a new issue and a new branch, which I'll push later. That code is a lot bigger change. To make this mergeable I need to back out the last commit which provides utilities. They are harmless left in but not used in this change. Care is needed that such a revert does not cause merge issues with the downstream branch because it will supersede their creation. The failing unit tests must also be removed. The follow on issue is #4650 |
2c10515
to
bcbaffc
Compare
I've used |
This commit will need to be reverted in 4650's branch.
mvnw clean verify - now passes.
This pull request is now ready. I will be out of the office for a short while and can respond to comments when I return. |
I'm back. |
Generated by 🚫 Danger |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
…ection-sobjecttype-token-variables [apex] Add SObjectType and SObjectField to list of injectable SOQL variable types #4649
Thanks for merging |
…types
Describe the PR
Recognise variables declared as SObjectField and SObjecType as safe for insertion into SOQL statements. These are Table and Field tokens and resolve to the safe name for their respective artefacts when inserted into a string.
Related issues
Ready?
./mvnw clean verify
passes (checked automatically by github actions)