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

SK-1372-remove-unnecessary-get-calls-in-insert-batch-operation-js-sdk #375

Open
wants to merge 7 commits into
base: release/24.1.2
Choose a base branch
from

Conversation

skyflow-bharti
Copy link
Contributor

No description provided.

@skyflow-bharti skyflow-bharti force-pushed the SK-1372-remove-unnecessary-get-calls-in-insert-batch-operation-js-sdk branch from 5a87091 to 7c0ef2e Compare January 18, 2024 10:17
@skyflow-bharti skyflow-bharti force-pushed the SK-1372-remove-unnecessary-get-calls-in-insert-batch-operation-js-sdk branch from 887d97f to 09542b6 Compare January 18, 2024 15:32
@skyflow-bharti skyflow-bharti force-pushed the SK-1372-remove-unnecessary-get-calls-in-insert-batch-operation-js-sdk branch from 09542b6 to b9169bd Compare January 18, 2024 15:37
@skyflow-bharti skyflow-bharti changed the base branch from master to release/24.1.2 January 19, 2024 10:03
@skyflow-bharti skyflow-bharti force-pushed the SK-1372-remove-unnecessary-get-calls-in-insert-batch-operation-js-sdk branch from eed8b27 to 840e156 Compare January 19, 2024 11:15
...(options?.upsert ? { upsert: elseUpsertColumn } : {}),
});
});
if (options.continueOnError === undefined) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please modify this to a proper null check, what if the continueOnError is null ?

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.

3 participants