Skip to content
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

Add c to parent tables ending in __ #51

Merged
merged 3 commits into from
Jul 12, 2018
Merged

Conversation

KAllan357
Copy link
Contributor

Custom tables can be PK chunked by their parent custom table:

For example:

i__Email__History

Can be PK Chunked by i__Email__c. The find_parent function was attempting to chunk by i__Email__ which will cause an error.

@KAllan357 KAllan357 merged commit d195c3d into master Jul 12, 2018
@KAllan357 KAllan357 deleted the pk-chunk-custom-tables branch July 12, 2018 17:55
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.

2 participants