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
Describe the bug Deleting n rows from a table and then updating the rest, leaves n of the remaining rows not updated.
n
To Reproduce I have shared the reproduction privately.
Expected behavior All the remaining rows should be updated.
Software versions
64c356e13d86
The text was updated successfully, but these errors were encountered:
Do not call BATsort with a complex candidate list.
4fcf327
This fixes bug #7267.
This bug has been fixed.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Deleting
nrows from a table and then updating the rest, leavesnof the remaining rows not updated.To Reproduce
I have shared the reproduction privately.
Expected behavior
All the remaining rows should be updated.
Software versions
64c356e13d86(the current tip of Jan2022) compiled on Arch Linux.The text was updated successfully, but these errors were encountered: