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

have plan.EmptyTable implement sql.Updatable interface #1885

Merged
merged 9 commits into from Jul 20, 2023
Merged

Conversation

jycor
Copy link
Contributor

@jycor jycor commented Jul 19, 2023

In order to not throw table doesn't support UPDATE error, the EmptyTable node should implement the Updatable interface.
Additionally, there are other private noop iterators to prevent nil panics.

Fix for: dolthub/dolt#5397

Copy link
Contributor

@max-hoffman max-hoffman left a comment

Choose a reason for hiding this comment

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

lgtm, can we make sure UPDATE JOIN works also before shipping?

@jycor jycor merged commit 7fdf5b3 into main Jul 20, 2023
6 checks passed
@Hydrocharged Hydrocharged deleted the james/update branch August 24, 2023 00:16
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