-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.6.22 - Grandparent COUNT_DISTINCT deletion bugfix (#582)
* Fixes #581 by properly handling COUNT_DISTINCT for grandparent rollup deletions
- Loading branch information
1 parent
936c135
commit b7cafd8
Showing
9 changed files
with
64 additions
and
11 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,6 @@ | |
"[email protected]": "04t6g000008OaYwAAK", | ||
"[email protected]": "04t6g000008OaZBAA0", | ||
"[email protected]": "04t6g000008OaZaAAK", | ||
"[email protected]": "04t6g000008OatxAAC" | ||
"[email protected]": "04t6g000008OavFAAS" | ||
} | ||
} |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
"package": "apex-rollup", | ||
"path": "rollup", | ||
"scopeProfiles": true, | ||
"versionName": "Updating to null coalesce operator when applicable", | ||
"versionNumber": "1.6.21.0", | ||
"versionName": "Fixes grandparent rollup logic for deletes with COUNT_DISTINCT", | ||
"versionNumber": "1.6.22.0", | ||
"versionDescription": "Fast, configurable, elastically scaling custom rollup solution. Apex Invocable action, one-liner Apex trigger/CMDT-driven logic, and scheduled Apex-ready.", | ||
"releaseNotesUrl": "https://github.com/jamessimone/apex-rollup/releases/latest", | ||
"unpackagedMetadata": { | ||
|
@@ -104,6 +104,7 @@ | |
"[email protected]": "04t6g000008Oak1AAC", | ||
"[email protected]": "04t6g000008Oal4AAC", | ||
"[email protected]": "04t6g000008OanPAAS", | ||
"[email protected]": "04t6g000008OatsAAC" | ||
"[email protected]": "04t6g000008OatsAAC", | ||
"[email protected]": "04t6g000008OavAAAS" | ||
} | ||
} |