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

[PDE-4304] fix(core): z.cursor.set() returns TypeError with non-string arguments #705

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

rnegron
Copy link
Member

@rnegron rnegron commented Sep 19, 2023

  • Added a TypeError check for non-string cursors in z.cursor.set().

Note regarding backwards compatibility: Using z.cursor.set with Number, undefined or null values results in the Zapier monolith throwing an exception. Therefore, this change is just moving the check closer to where the error is (improving the developer experience). But technically, it does break backwards compatibility 🤔

See Jira ticket for more details and links to context: https://zapierorg.atlassian.net/browse/PDE-4304

@rnegron rnegron self-assigned this Sep 19, 2023
@rnegron rnegron merged commit 1ab1636 into main Sep 21, 2023
13 checks passed
@rnegron rnegron deleted the PDE-4304 branch September 21, 2023 14:19
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.

None yet

2 participants