-
Notifications
You must be signed in to change notification settings - Fork 238
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
Reduced number of queries when object name case differs accross rollups : Multiple LRE Contexts when rollup definition only differs by case #229
Labels
Comments
jondavis9898
added a commit
to jondavis9898/declarative-lookup-rollup-summaries
that referenced
this issue
Aug 20, 2015
Note that this commit contains extra debug statements to make observing actual vs expected result easier. The debug statements will be removed if this issue is determined to be valid and PR accepted.
jondavis9898
added a commit
to jondavis9898/declarative-lookup-rollup-summaries
that referenced
this issue
Aug 20, 2015
…by case Additional debug statements have been removed from tests in this commit.
jondavis9898
added a commit
to jondavis9898/declarative-lookup-rollup-summaries
that referenced
this issue
Aug 20, 2015
Note that this commit contains extra debug statements to make observing actual vs expected result easier. The debug statements will be removed if this issue is determined to be valid and PR accepted.
jondavis9898
added a commit
to jondavis9898/declarative-lookup-rollup-summaries
that referenced
this issue
Aug 20, 2015
…er by case only Additional debug statements have been removed from tests in this commit.
jondavis9898
added a commit
to jondavis9898/declarative-lookup-rollup-summaries
that referenced
this issue
Aug 20, 2015
afawcett
added a commit
that referenced
this issue
Aug 27, 2015
…n-case-different Issue #229 - Ensure context is shared when rollups differ by case only
afawcett
changed the title
Multiple LRE Contexts when rollup definition only differs by case
Reduced number of queries when object name case differs accross rollups : Multiple LRE Contexts when rollup definition only differs by case
Aug 30, 2015
Fixed in v1.23 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When defining a rollup, if the only difference in the definition is the case (e.g. abc vs ABC) of a value specified for parent object, relationshipfield or order by, multiple LRE Contexts are created resulting in multiple SOQL statements.
For example, if two rollups are exactly the same but differ only by their "Parent Object" value of "LookupParent__c" and "lookupparent__c", a single context could be used but two contexts will be created and processed and two identical SOQL statements issued.
The text was updated successfully, but these errors were encountered: