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

Fixed stored procedure panics #1475

Merged
merged 1 commit into from
Dec 14, 2022
Merged

Fixed stored procedure panics #1475

merged 1 commit into from
Dec 14, 2022

Conversation

Hydrocharged
Copy link
Contributor

This fixes two panics that were discovered for stored procedures. The first comes from this issue: dolthub/dolt#4980. The second deals with an issue with external stored procedures, where the usage of an uninitialized user variable would throw a panic over the nil value.

Copy link
Member

@zachmu zachmu left a comment

Choose a reason for hiding this comment

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

LGTM, no comments

@Hydrocharged Hydrocharged merged commit e28aad1 into main Dec 14, 2022
@Hydrocharged Hydrocharged deleted the daylon/fix-sp-panics branch December 14, 2022 21:01
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